test tweaks

This commit is contained in:
stvnrlly
2022-10-18 20:20:09 +00:00
parent 55adb3e035
commit 7fb471a10c
2 changed files with 7 additions and 5 deletions

View File

@@ -198,7 +198,8 @@ def test_ses_callback_should_log_if_notification_is_missing(client, _notify_db,
assert process_ses_results(ses_notification_callback(reference='ref')) is None
assert mock_retry.call_count == 0
mock_logger.assert_called_once_with(
'notification not found for reference: ref (while attempting update to delivered)'
'notification not found for reference: ref (while \
attempting update to delivered)'
)