Skip to content

Commit b87b436

Browse files
fix: fix test for updated other code
1 parent 9e3efa3 commit b87b436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tests/test_wait_strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def test_healthcheck_wait_strategy_initialization(self):
380380
False,
381381
"Container health check reported unhealthy",
382382
),
383-
("starting", None, False, "Container health check did not report healthy within 120 seconds"),
383+
("starting", None, False, "Container health check did not report healthy within 120.* seconds"),
384384
(None, None, False, "No health check configured"),
385385
],
386386
ids=[

0 commit comments

Comments
 (0)