Remove unnecessary logic/fix tests

This commit is contained in:
Andrew Shumway
2023-11-22 11:06:15 -07:00
parent 450be48e9c
commit 53a3f4c852
2 changed files with 4 additions and 12 deletions

View File

@@ -308,7 +308,7 @@ def test_usnotify_and_notifygov_sms_sender_removal_if_default(sender_data, mocke
sender_details = remove_notify_from_sender_options(sender_data)
assert len(sender_details) == 3
assert len(sender_details) == 2
def test_that_test_files_exist():