From 744618fefe44d0fd389b2f673ee97232bf913cfd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:16:28 +0000 Subject: [PATCH] Fix test_app_title to match renamed app InboxRescue Agent-Logs-Url: https://github.com/christianlouis/pop_puller_to_gmail/sessions/1411bfd7-f8c6-4e93-8182-a6885ef511d8 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- backend/tests/unit/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tests/unit/test_app.py b/backend/tests/unit/test_app.py index f868886..ac8f017 100644 --- a/backend/tests/unit/test_app.py +++ b/backend/tests/unit/test_app.py @@ -89,7 +89,7 @@ class TestApplicationFactory: async def test_app_title(self, app): """Test that app has correct title""" - assert app.title == "POP3 Forwarder SaaS" + assert app.title == "InboxRescue" async def test_app_version(self, app): """Test that app has a version"""