Skip to content

Commit

Permalink
BB2-2885 Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshred committed Dec 20, 2023
1 parent 5600a9a commit 6e15dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dot_ext/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_application_data_access_type_change(self):
self.assertEqual(len(log_entries), 1)
log_entry_json = json.loads(log_entries[0])
self.assertEqual(log_entry_json['type'], "application_data_access_type_change")
self.assertEqual(log_entry_json['data_access_type_old'], "ONE_TIME")
self.assertEqual(log_entry_json['data_access_type_old'], "THIRTEEN_MONTH")
self.assertEqual(log_entry_json['data_access_type_new'], "RESEARCH_STUDY")

@override_flag('limit_data_access', active=False)
Expand Down

0 comments on commit 6e15dd7

Please sign in to comment.