Skip to content

Commit 9c37ffe

Browse files
committed
chore: add type to worker_id
1 parent d736e00 commit 9c37ffe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e/metrics/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111

1212
@pytest.fixture(autouse=True, scope="module")
13-
def infrastructure(request: fixtures.SubRequest, tmp_path_factory: pytest.TempPathFactory, worker_id) -> MetricsStack:
13+
def infrastructure(
14+
request: fixtures.SubRequest, tmp_path_factory: pytest.TempPathFactory, worker_id: str
15+
) -> MetricsStack:
1416
"""Setup and teardown logic for E2E test infrastructure
1517
1618
Parameters

0 commit comments

Comments
 (0)