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

Commit

Permalink
fix: reset call count
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Oct 5, 2023
1 parent e103b33 commit 652ba74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions registrar/apps/core/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def inner(self, *args, **kwargs):
body=json.dumps({'access_token': 'abcd', 'expires_in': 60}),
status=200
)
responses.calls.reset()
return fn(self, *args, **kwargs)
return inner

Expand Down

0 comments on commit 652ba74

Please sign in to comment.