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 b81c4e9 commit 480b90fCopy full SHA for 480b90f
test/integration/basic_test.lua
@@ -91,7 +91,7 @@ for k, configure_func in pairs(cases) do
91
-- gh-26 - check that httpd is disabled on some nodes
92
t.assert_covers(
93
g.cluster:server('storage-2-2'):http_request('get', '/', {raise = false}),
94
- {status = 595, reason = "Couldn't connect to server"}
+ {status = 595}
95
)
96
97
local main = g.cluster.main_server
0 commit comments