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

Commit

Permalink
fix: revert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Oct 5, 2023
1 parent 652ba74 commit 21493ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion registrar/apps/core/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ 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 21493ea

Please sign in to comment.