Skip to content

Commit 0ad9967

Browse files
fix test
1 parent 4d64ea9 commit 0ad9967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/clusters-keeper/tests/unit/test_modules_clusters_management_task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pytest_simcore.helpers.monkeypatch_envs import EnvVarsDict, setenvs_from_dict
1414
from simcore_service_clusters_keeper.core.settings import ApplicationSettings
1515

16-
_FAST_POLL_INTERVAL = 1
16+
_FAST_POLL_INTERVAL = "00:00:01"
1717

1818

1919
@pytest.fixture
@@ -22,7 +22,7 @@ def app_environment(
2222
monkeypatch: pytest.MonkeyPatch,
2323
) -> EnvVarsDict:
2424
return app_environment | setenvs_from_dict(
25-
monkeypatch, {"CLUSTERS_KEEPER_TASK_INTERVAL": f"{_FAST_POLL_INTERVAL}"}
25+
monkeypatch, {"CLUSTERS_KEEPER_TASK_INTERVAL": _FAST_POLL_INTERVAL}
2626
)
2727

2828

0 commit comments

Comments
 (0)