Skip to content

Commit

Permalink
fixes tests/unit/with_dbs/10/snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Sep 9, 2021
1 parent 8b9b3c8 commit 1b303e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def test_create_snapshot(client, user_project: ProjectDict):
assert data
snapshot = SnapshotItem.parse_obj(data)

assert snapshot.parent_uuid == project_uuid
assert str(snapshot.parent_uuid) == project_uuid

# snapshot project can be now retrieved
resp = await client.get(f"/{vtag}/projects/{snapshot.project_uuid}")
Expand Down

0 comments on commit 1b303e4

Please sign in to comment.