Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Feb 19, 2024
1 parent 1ce915c commit c7608e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backend/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ def test_user_delete(admin_session):
comments = admin_session.get_comments(sample.dhash)
assert len(comments) == 1
assert comments[0]["comment"] == "random comment"
assert comments[0]["author"] is None
assert comments[0].get("author") is None

0 comments on commit c7608e2

Please sign in to comment.