Skip to content

Commit e7a9e9d

Browse files
author
Andrei Neagu
committed
revert
1 parent 072498c commit e7a9e9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/web/server/tests/unit/with_dbs/03/version_control/test_version_control_handlers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ async def test_workflow(
122122

123123
assert CheckpointApiModel.model_validate(page.data[0]) == checkpoint1
124124
# UPDATE checkpoint annotations
125-
# here is the issue
126125
resp = await client.patch(
127126
f"/{VX}/repos/projects/{project_uuid}/checkpoints/{checkpoint1.id}",
128127
json={"message": "updated message", "tag": "Version 1"},

0 commit comments

Comments
 (0)