Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 4247f55

Browse files
Use HTTP in this test, references 9591e22
1 parent 8b73427 commit 4247f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rabbit_web_dispatch_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ query_static_resource_test1(Host, Port) ->
8282
?MODULE, "test/priv/www", "Test"),
8383
inets:start(),
8484
{ok, {_Status, _Headers, Body}} =
85-
httpc:request(format("https://~s:~w/rabbit_web_dispatch_test/index.html", [Host, Port])),
85+
httpc:request(format("http://~s:~w/rabbit_web_dispatch_test/index.html", [Host, Port])),
8686
?assert(string:str(Body, "RabbitMQ HTTP Server Test Page") /= 0),
8787

8888
passed.

0 commit comments

Comments
 (0)