Skip to content

Commit a1960c8

Browse files
committed
Remove a test that wasn't working
Changing the path to a non-existent /ws2 still succeeded. Other tests properly check connecting.
1 parent 8d34f3e commit a1960c8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

deps/rabbitmq_web_stomp/test/cowboy_websocket_SUITE.erl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@ end_per_testcase(http_auth, Config) ->
9191
end_per_testcase(_, Config) -> Config.
9292

9393

94-
connection_succeeds(Config) ->
95-
PortStr = rabbit_ws_test_util:get_web_stomp_port_str(Config),
96-
Protocol = ?config(protocol, Config),
97-
WS = rfc6455_client:new(Protocol ++ "://127.0.0.1:" ++ PortStr ++ "/ws", self()),
98-
{ok, _} = rfc6455_client:open(WS),
99-
{close, _} = rfc6455_client:close(WS),
100-
ok.
101-
10294
connection_fails(Config) ->
10395
PortStr = rabbit_ws_test_util:get_web_stomp_port_str(Config),
10496
Protocol = ?config(protocol, Config),

0 commit comments

Comments
 (0)