mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 03:48:25 -04:00
more tests
This commit is contained in:
@@ -731,4 +731,4 @@ def test_clear_templates_from_cache(mocker):
|
|||||||
mock_delete.assert_has_calls(
|
mock_delete.assert_has_calls(
|
||||||
[mocker.call(p) for p in expected_patterns], any_order=True
|
[mocker.call(p) for p in expected_patterns], any_order=True
|
||||||
)
|
)
|
||||||
mock_logger.info.assert_called_once_with("number of templates deleted from cache 9")
|
mock_logger.info.assert_called_once_with("Number of templates deleted from cache 9")
|
||||||
|
|||||||
Reference in New Issue
Block a user