diff --git a/transport/http_test.go b/transport/http_test.go index f586f0c..69e885e 100644 --- a/transport/http_test.go +++ b/transport/http_test.go @@ -285,5 +285,5 @@ func TestInvites(t *testing.T) { // t.Errorf("handler returned unexpected body: got %v want %v", // rr.Body.String(), string(expected)) // } - }) + //}) }