Skip to content

Commit

Permalink
#390 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyprian Laskowski authored and cyplas committed Dec 12, 2022
1 parent 1417fb3 commit 4475612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/conversations/tests/test_conversations_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ def test_get_conversations_empty(client_with_user_and_header, accept_json):
headers=session_header + accept_json,
)
assert response.status_code == 200, str(response.json)
assert response.json == {"conversations":[]}
assert response.json == {"conversations": []}

0 comments on commit 4475612

Please sign in to comment.