Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: fixed blank line issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jawad-khan committed Oct 24, 2023
1 parent 54ccfbb commit 30bfc1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ecommerce/extensions/iap/api/v1/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,11 @@ def test_non_refund_notification(self):
IGNORE_NON_REFUND_NOTIFICATION_FROM_APPLE
)
)

def test_unknown_error_in_parsing_or_refund(self):
""" If there is any other error in parsing or executing refund, View should log it and return 500."""
"""
If there is any other error in parsing or executing refund, View should log it and return 500.
"""

with mock.patch.object(asn2, 'parse') as mock_ios_response_parse, \
LogCapture(self.logger_name) as logger:
Expand Down

0 comments on commit 30bfc1f

Please sign in to comment.