Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Nov 8, 2023
1 parent a16539f commit 60d4e70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_handle_pass(self, mock_response):
Test using mock response from setup, using threshold it will clear.
"""
with mock.patch(
'sanctions.apps.sanctions.management.commands.populate_sdn_fallback_data_and_metadata.Command._hit_opsgenie_heartbeat'
'sanctions.apps.sanctions.management.commands.populate_sdn_fallback_data_and_metadata.Command._hit_opsgenie_heartbeat' # pylint: disable=line-too-long
) as mock_og_heartbeat:
mock_response.return_value = self.test_response

Expand Down
1 change: 0 additions & 1 deletion sanctions/apps/sanctions/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from django.test import TestCase
from testfixtures import LogCapture

# from ecommerce.extensions.payment.exceptions import SDNFallbackDataEmptyError
from sanctions.apps.sanctions.models import (
SanctionsCheckFailure,
SDNFallbackData,
Expand Down

0 comments on commit 60d4e70

Please sign in to comment.