We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8664738 commit 54d96a9Copy full SHA for 54d96a9
test/http-tests.jl
@@ -7,6 +7,6 @@ using Test
7
@test occursin("_webIOWebSocketURL = ", output)
8
@test occursin("ws://127.0.0.1:8081/webio_websocket/", output)
9
@test occursin("""hello, world""", output)
10
- @test WebIO.webio_server_config[] == (url = "127.0.0.1", bundle_url = WebIO.bundle_key, http_port = 8081, ws_url = "ws://127.0.0.1:8081/webio_websocket/")
+ @test WebIO.webio_server_config[] == (url = "127.0.0.1", bundle_url = WebIO.bundle_key[], http_port = 8081, ws_url = "ws://127.0.0.1:8081/webio_websocket/")
11
@test isassigned(WebIO.singleton_instance)
12
end
0 commit comments