tests, maintainance fixes
All checks were successful
Deploy on push / deploy (push) Successful in 1m36s
All checks were successful
Deploy on push / deploy (push) Successful in 1m36s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user