From 85a3c52d8c7b5e50ee7400989e7b329677525e6c Mon Sep 17 00:00:00 2001 From: Joe Haines Date: Mon, 20 May 2024 09:44:01 +0100 Subject: [PATCH] Fix lint error --- tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client.py b/tests/test_client.py index 2b7233f..1939185 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -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)