Skip to content

Commit

Permalink
Minor linting change
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Feb 14, 2024
1 parent 80476cd commit 23c2dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ThugAPI/test_ThugAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_proxy_connect_timeout(self):
self.thug_api.set_proxy_connect_timeout(10)
assert self.thug_api.get_proxy_connect_timeout() in (10,)

self.thug_api.set_proxy_connect_timeout('foo')
self.thug_api.set_proxy_connect_timeout("foo")
assert self.thug_api.get_proxy_connect_timeout() in (10,)

def test_broken_url(self):
Expand Down

0 comments on commit 23c2dfe

Please sign in to comment.