Skip to content

Commit 480b90f

Browse files
committed
test: remove reason check
1 parent b81c4e9 commit 480b90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/basic_test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ for k, configure_func in pairs(cases) do
9191
-- gh-26 - check that httpd is disabled on some nodes
9292
t.assert_covers(
9393
g.cluster:server('storage-2-2'):http_request('get', '/', {raise = false}),
94-
{status = 595, reason = "Couldn't connect to server"}
94+
{status = 595}
9595
)
9696

9797
local main = g.cluster.main_server

0 commit comments

Comments
 (0)