Skip to content

Commit

Permalink
Fix for failing 2s test
Browse files Browse the repository at this point in the history
  • Loading branch information
LevBernstein committed Aug 18, 2024
1 parent 408afbb commit c4305d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bb_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,7 @@ async def test_thread_creation_does_not_invoke_commands() -> None:
@responses.activate
def test_getRank_monkeypatched_for_2s_top_rating() -> None:
responses.get(
"https://api.brawlhalla.com/player/1/ranked?api_key=" + brawlKey,
"https://api.brawlhalla.com/player/1/ranked?api_key=" + str(brawlKey),
json={
"name": "Foo",
"region": "us-east-1",
Expand Down

0 comments on commit c4305d8

Please sign in to comment.