Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Nov 1, 2024
1 parent 10ed6a0 commit fb633f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def test_workflow(
resp = await client.get(
f"/{VX}/repos/projects/{project_uuid}/checkpoints/{checkpoint1.id}"
)
assert str(resp.url) == checkpoint1.url
assert f"{resp.url}" == f"{checkpoint1.url}"
assert CheckpointApiModel.model_validate(data) == checkpoint1

# LIST checkpoints
Expand Down

0 comments on commit fb633f2

Please sign in to comment.