Skip to content

Commit cafcf37

Browse files
committed
fix test
1 parent dfc7c0c commit cafcf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/aiohttp/long_running_tasks/test_long_running_tasks_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def test_long_running_task_request_raises_400(
6464
def short_poll_interval(monkeypatch: pytest.MonkeyPatch):
6565
monkeypatch.setattr(
6666
lr_client,
67-
"_DEFAULT_POLL_INTERVAL_S",
67+
"DEFAULT_POLL_INTERVAL_S",
6868
0.01,
6969
)
7070

0 commit comments

Comments
 (0)