Skip to content

Commit

Permalink
[#1249] Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaszig committed Mar 16, 2023
1 parent ef6c1d9 commit a702f21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/log_outgoing_requests/tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def test_expected_data_is_saved_when_saving_enabled(self, m):
)
self.assertIsNone(request_log.trace)

def test_d(self, m):
@override_settings(LOG_OUTGOING_REQUESTS_DB_SAVE=True)
def test_authorization_header_is_not_saved(self, m):
self._setUpMocks(m)

requests.get(
Expand Down

0 comments on commit a702f21

Please sign in to comment.