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

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Oct 5, 2023
1 parent 02c1546 commit 255bfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registrar/apps/core/tests/test_discovery_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def setUp(self):
super().setUp()
cache.clear()

@mock_oauth_login
@responses.activate
@mock_oauth_login
@ddt.data(
(200, program_from_discovery, program_from_discovery),
(200, {}, {}),
Expand Down

0 comments on commit 255bfff

Please sign in to comment.