Skip to content

Commit

Permalink
Add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gray-adeyi committed Oct 8, 2024
1 parent ab5a244 commit 0c238f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_baseapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ async def test__handle_request(self):
status=True,
message="This is a mocked response. No real API call to Paystack servers was made.",
data={"isValid": True},
meta=None,
type=None,
code=None,
)
self.assertEqual(
await wrapper._handle_request(
Expand Down

0 comments on commit 0c238f8

Please sign in to comment.