Skip to content

Commit

Permalink
test: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 28, 2023
1 parent 4d1e946 commit 35bd96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/redis_manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ test.group('Redis Manager', () => {

const errorLog = JSON.parse(manager.logs[0])
assert.equal(errorLog.level, 60)
assert.equal(errorLog.err.message, 'connect ECONNREFUSED 127.0.0.1:4444')
assert.equal(errorLog.err.message, 'connect ECONNREFUSED 0.0.0.0:4444')
})

test('disable error logging', async ({ assert }) => {
Expand Down

0 comments on commit 35bd96f

Please sign in to comment.