mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
add debug tag adr
This commit is contained in:
@@ -449,9 +449,9 @@ def test_get_s3_files_success(client, mocker):
|
||||
|
||||
mock_read_s3_file.assert_has_calls(calls, any_order=True)
|
||||
|
||||
# mock_current_app.info.assert_any_call("job_cache length before regen: 0 #notify-admin-1200")
|
||||
# mock_current_app.info.assert_any_call("job_cache length before regen: 0 #notify-debug-admin-1200")
|
||||
|
||||
# mock_current_app.info.assert_any_call("job_cache length after regen: 0 #notify-admin-1200")
|
||||
# mock_current_app.info.assert_any_call("job_cache length after regen: 0 #notify-debug-admin-1200")
|
||||
|
||||
|
||||
@patch("app.aws.s3.s3_client", None) # ensure it starts as None
|
||||
|
||||
Reference in New Issue
Block a user