Skip to content

Commit 0cb9f1f

Browse files
author
Andrei Neagu
committed
fixed type
1 parent 978f407 commit 0cb9f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/tests/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def run_id() -> RunID:
8181
@pytest.fixture
8282
def resource_tracking_run_id(
8383
user_id: UserID, project_id: ProjectID, node_id: NodeID
84-
) -> str:
84+
) -> RunID:
8585
return RunID.get_resource_tracking_run_id(
8686
user_id, project_id, node_id, iteration=42
8787
)

0 commit comments

Comments
 (0)