From ebbad88349366fb409ceda4f9f3138d4b5c5219a Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 8 Jul 2025 08:27:44 -0700 Subject: [PATCH] more tests --- tests/app/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/test_commands.py b/tests/app/test_commands.py index 92cebbc61..26d617d46 100644 --- a/tests/app/test_commands.py +++ b/tests/app/test_commands.py @@ -804,7 +804,7 @@ def test_update_templates_calls_update_and_clear(monkeypatch, notify_api): runner = notify_api.test_cli_runner() result = runner.invoke(update_templates) - assert result == 0 + assert result.exit_code == 0 expected_calls = [ ((1, "Template1", "email", "Hello", "Subject1"),),