Skip to content

Commit f05b18d

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 f05b18d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

deps/rabbitmq_web_stomp/test/cowboy_websocket_SUITE.erl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ groups() ->
2121
[
2222
{integration, [],
2323
[
24-
connection_succeeds,
2524
connection_fails,
2625
pubsub,
2726
pubsub_binary,
@@ -91,14 +90,6 @@ end_per_testcase(http_auth, Config) ->
9190
end_per_testcase(_, Config) -> Config.
9291

9392

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-
10293
connection_fails(Config) ->
10394
PortStr = rabbit_ws_test_util:get_web_stomp_port_str(Config),
10495
Protocol = ?config(protocol, Config),

0 commit comments

Comments
 (0)