Skip to content

Commit 0ff565c

Browse files
committed
Introduce a failure
1 parent 75b02bb commit 0ff565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_web_stomp/test/cowboy_websocket_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ end_per_testcase(_, Config) -> Config.
9494
connection_succeeds(Config) ->
9595
PortStr = rabbit_ws_test_util:get_web_stomp_port_str(Config),
9696
Protocol = ?config(protocol, Config),
97-
WS = rfc6455_client:new(Protocol ++ "://127.0.0.1:" ++ PortStr ++ "/ws", self()),
97+
WS = rfc6455_client:new(Protocol ++ "://127.0.0.1:" ++ PortStr ++ "/ws2", self()),
9898
{ok, _} = rfc6455_client:open(WS),
9999
{close, _} = rfc6455_client:close(WS),
100100
ok.

0 commit comments

Comments
 (0)