Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kbecker42 committed Jun 17, 2024
1 parent 6c34dfc commit 49db4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_api/test_project_details_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,4 @@ def test_project_locks_get_by_id(self):
assert res.status_code == 200, data
assert len(data) == 1, data
assert data[0]['short_name'] == 'test-app1', data
assert data[0]['locks'] == '[]', data
assert data[0]['locks'] == [], data

0 comments on commit 49db4df

Please sign in to comment.