Skip to content

Commit

Permalink
fixed tests for cookies test
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Feb 11, 2024
1 parent 6d5f9a8 commit 1700ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/api_full/test_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def test_game_card(
await dao.commit()
resp = await client.get(
f"/games/{finished_game.id}",
headers={"Authorization": "Bearer " + token.access_token},
cookies={"Authorization": "Bearer " + token.access_token},
)
assert resp.is_success
resp.read()
Expand Down

0 comments on commit 1700ace

Please sign in to comment.