From bd571e83b7a35f26471f6719fae511baa01751df Mon Sep 17 00:00:00 2001 From: Rudi Giesler Date: Tue, 8 Aug 2023 11:20:50 +0100 Subject: [PATCH] Update email address on hotline callback --- vaccine/hotline_callback.py | 2 +- vaccine/tests/test_hotline_callback.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vaccine/hotline_callback.py b/vaccine/hotline_callback.py index 140696f5..daa6daee 100644 --- a/vaccine/hotline_callback.py +++ b/vaccine/hotline_callback.py @@ -145,7 +145,7 @@ async def state_menu(self): "---------------------\n" "\n" "📧 Questions and queries can also be emailed directly to " - "info@vaccinesupport.org.za\n" + "healthhotline@health.gov.za\n" "\n" "---------------------\n" "\n" diff --git a/vaccine/tests/test_hotline_callback.py b/vaccine/tests/test_hotline_callback.py index ced47c62..465b3a16 100644 --- a/vaccine/tests/test_hotline_callback.py +++ b/vaccine/tests/test_hotline_callback.py @@ -117,7 +117,7 @@ async def test_menu(tester: AppTester): "---------------------", "", "📧 Questions and queries can also be emailed directly to " - "info@vaccinesupport.org.za", + "healthhotline@health.gov.za", "", "---------------------", "",