Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Kigstn committed Sep 10, 2022
1 parent 9f6ab9a commit 4939a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/tests/dummyData/insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async def insert_dummy_data(db: AsyncSession, client: AsyncClient):
)
assert result.bungie_name == dummy_bungie_name
assert user.destiny_id == dummy_destiny_id
assert result.system == "PYTEST"
assert result.system == "BUNGIE_NEXT"
assert discord_id == dummy_discord_id
assert guild_id == dummy_discord_guild_id
assert result.user_should_set_up_cross_save is False
Expand Down

0 comments on commit 4939a50

Please sign in to comment.