Skip to content

Commit

Permalink
Update test_control.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Jan 18, 2025
1 parent 9564862 commit c4f5368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ def test_get_balance_api_key_err(self):
Control(api_key=self.get_random_string(36)).get_balance()

async def test_aio_get_balance_api_key_err(self):
with pytest.raises(HTTPError):
with pytest.raises(ValueError):
await Control(api_key=self.get_random_string(36)).aio_get_balance()

0 comments on commit c4f5368

Please sign in to comment.