tests, maintainance fixes
All checks were successful
Deploy on push / deploy (push) Successful in 1m36s

This commit is contained in:
2025-05-16 09:22:53 +03:00
parent 8a60bec73a
commit 7bbb847eb1
8 changed files with 26 additions and 35 deletions

View File

@@ -65,6 +65,4 @@ async def test_create_reaction(test_client, db_session, test_setup):
assert response.status_code == 200
data = response.json()
assert "error" not in data
assert (
data["data"]["create_reaction"]["reaction"]["kind"] == ReactionKind.LIKE.value
)
assert data["data"]["create_reaction"]["reaction"]["kind"] == ReactionKind.LIKE.value