Skip to content

Commit

Permalink
fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedhpd committed Feb 8, 2024
1 parent 269a10e commit bd4a1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/krane_deploy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ def test_resource_watcher_reports_failed_after_timeout
bad_probe_timeout = "Deployment/bad-probe: TIMED OUT (progress deadline: 5s)"

assert_logs_match_all([
/Successfully deployed 1 resource, timed out waiting for/,
/Successfully deployed 1 resource(,| and) timed out waiting for/,
"Successful resources",
"ConfigMap/test",
"Deployment/cannot-run: FAILED",
Expand Down

0 comments on commit bd4a1f4

Please sign in to comment.