Skip to content

Commit

Permalink
tests(cmd) fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh authored and tyler-ball committed Aug 25, 2022
1 parent 7111ad3 commit e57df7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-integration/02-cmd/02-start_stop_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ describe("kong start/stop #" .. strategy, function()
assert.matches("Kong started", stdout)
assert.not_matches("prefix directory .*not found", stdout)

assert.not_matches("[warn]", stderr, nil, true)
assert.not_matches("[warn] Found dangling unix sockets in the prefix directory", stderr, nil, true)
assert.not_matches("unix socket", stderr)
end)

Expand Down

0 comments on commit e57df7d

Please sign in to comment.