Skip to content

Commit

Permalink
fix: update expected fail count in NixOS integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Jan 9, 2025
1 parent 60748db commit cdd3ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/nixos.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
assert (
dial_error_count == 0
), f"Helper could not start, found : {dial_error_count} calls to dial error"
assert fail_count == 4, f"Found {fail_count} failed checks"
assert fail_count == 3, f"Found {fail_count} failed checks"

0 comments on commit cdd3ec3

Please sign in to comment.