Skip to content

Commit

Permalink
fix: timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner committed Jul 18, 2024
1 parent 60ec49b commit 177f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_API_initial():

client.should.be.a(API)
client.api_key.should.be.none
client.timeout.should.be.none
client.timeout.should.equal(10)
client.show_limit_usage.should.be.false
client.show_header.should.be.false
client.session.should.be.a(requests.Session)
Expand Down

0 comments on commit 177f762

Please sign in to comment.