Skip to content

Commit 732d5f9

Browse files
author
Andrei Neagu
committed
fixed conftest
1 parent f3bf668 commit 732d5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/simcore-sdk/tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def project_id(user_id: int, postgres_db: sa.engine.Engine) -> Iterable[str]:
8080

8181
@pytest.fixture(scope="module")
8282
def node_uuid() -> NodeIDStr:
83-
return TypeAdapter(NodeIDStr).validate_python(uuid4())
83+
return TypeAdapter(NodeIDStr).validate_python(f"{uuid4()}")
8484

8585

8686
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)