Skip to content

Commit edb2e78

Browse files
committed
Try again
1 parent 0ff565c commit edb2e78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbitmq_web_stomp/test/cowboy_websocket_SUITE.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ end_per_testcase(http_auth, Config) ->
9191
end_per_testcase(_, Config) -> Config.
9292

9393

94+
%% @todo This test doesn't really do anything? Remove it once verified.
9495
connection_succeeds(Config) ->
9596
PortStr = rabbit_ws_test_util:get_web_stomp_port_str(Config),
9697
Protocol = ?config(protocol, Config),
@@ -112,7 +113,7 @@ connection_fails(Config) ->
112113
connection_with_explicitly_provided_correct_credentials(Config) ->
113114
PortStr = rabbit_ws_test_util:get_web_stomp_port_str(Config),
114115
Protocol = ?config(protocol, Config),
115-
WS = rfc6455_client:new(Protocol ++ "://127.0.0.1:" ++ PortStr ++ "/ws", self()),
116+
WS = rfc6455_client:new(Protocol ++ "://127.0.0.1:" ++ PortStr ++ "/ws2", self()),
116117
{ok, _} = rfc6455_client:open(WS),
117118
ok = raw_send(WS, "CONNECT", [{"login", "guest"}, {"passcode", "guest"}]),
118119

0 commit comments

Comments
 (0)