diff --git a/src/signaling/backend_server_test.go b/src/signaling/backend_server_test.go index e915449..c800906 100644 --- a/src/signaling/backend_server_test.go +++ b/src/signaling/backend_server_test.go @@ -259,7 +259,7 @@ func TestBackendServer_OldCompatAuth(t *testing.T) { t.Error(err) } if res.StatusCode != http.StatusOK { - t.Errorf("Expected error response, got %s: %s", res.Status, string(body)) + t.Errorf("Expected success, got %s: %s", res.Status, string(body)) } }