Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed May 20, 2024
1 parent ea3b8e9 commit 85a3c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def deliver(foo, config, payload, options={}):

# test for a regression caused by reading '__code__', which does not exist
# on Mock objects, nor can it be mocked
# see: https://github.com/bugsnag/bugsnag-python/commit/77e11747c293ba715bc764d17b49fb32918c030a#r142130768
# see: https://github.com/bugsnag/bugsnag-python/commit/77e11747c293ba715bc764d17b49fb32918c030a#r142130768 # noqa: E501
def test_delivery_can_be_mocked(self):
delivery = Mock(spec=Delivery)

Expand Down

0 comments on commit 85a3c52

Please sign in to comment.