mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 05:58:53 -04:00
more tests
This commit is contained in:
@@ -804,7 +804,7 @@ def test_update_templates_calls_update_and_clear(monkeypatch, notify_api):
|
|||||||
|
|
||||||
runner = notify_api.test_cli_runner()
|
runner = notify_api.test_cli_runner()
|
||||||
result = runner.invoke(update_templates)
|
result = runner.invoke(update_templates)
|
||||||
assert result == 0
|
assert result.exit_code == 0
|
||||||
|
|
||||||
expected_calls = [
|
expected_calls = [
|
||||||
((1, "Template1", "email", "Hello", "Subject1"),),
|
((1, "Template1", "email", "Hello", "Subject1"),),
|
||||||
|
|||||||
Reference in New Issue
Block a user