Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz committed Mar 10, 2024
1 parent e29157b commit e94c224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/audit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestAudit(t *testing.T) {
t.Run("audit the test store", func(t *testing.T) {
out, err := ts.run("audit")
require.Error(t, err)
assert.Contains(t, out, "Password is too short")
assert.Contains(t, out, "weak password")
assert.Contains(t, out, "crunchy")
assert.Contains(t, out, "zxcvbn")
})
}

0 comments on commit e94c224

Please sign in to comment.