We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978f407 commit 0cb9f1fCopy full SHA for 0cb9f1f
services/director-v2/tests/unit/conftest.py
@@ -81,7 +81,7 @@ def run_id() -> RunID:
81
@pytest.fixture
82
def resource_tracking_run_id(
83
user_id: UserID, project_id: ProjectID, node_id: NodeID
84
-) -> str:
+) -> RunID:
85
return RunID.get_resource_tracking_run_id(
86
user_id, project_id, node_id, iteration=42
87
)
0 commit comments