Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
gray-adeyi committed Dec 9, 2024
1 parent 64d33d4 commit 65b741e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_api/test_sync/test_apple_pay.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def test_can_register_domain(self):
"loper-merchantid-domain-association"
),
data=None,
meta=None,
type=None,
code=None,
)
self.assertEqual(response, expected_response)

Expand All @@ -68,5 +71,8 @@ def test_can_unregister_domain(self):
status=True,
message="Domain successfully unregistered on Apple Pay",
data=None,
meta=None,
type=None,
code=None,
)
self.assertEqual(response, expected_response)

0 comments on commit 65b741e

Please sign in to comment.