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 f3bf668 commit 732d5f9Copy full SHA for 732d5f9
packages/simcore-sdk/tests/integration/conftest.py
@@ -80,7 +80,7 @@ def project_id(user_id: int, postgres_db: sa.engine.Engine) -> Iterable[str]:
80
81
@pytest.fixture(scope="module")
82
def node_uuid() -> NodeIDStr:
83
- return TypeAdapter(NodeIDStr).validate_python(uuid4())
+ return TypeAdapter(NodeIDStr).validate_python(f"{uuid4()}")
84
85
86
@pytest.fixture(scope="session")
0 commit comments