Skip to content

Commit fb75945

Browse files
authored
Initial commit (#297)
1 parent 32e0a1c commit fb75945

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/fast_api/routes/test_project.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ def test_update_project_name_description(
2323
json={"name": "new_name", "description": "new_description"},
2424
)
2525
assert response.status_code == 200
26-
response_data = response.json()
27-
assert response_data.get("ok")
2826

2927
general.refresh(refinery_project)
3028
assert refinery_project.name == "new_name"

0 commit comments

Comments
 (0)