From 7c94c4d03cc50eda7be8e2d3dcc5b5b2128a4cb1 Mon Sep 17 00:00:00 2001 From: Yuyutsu Rai Date: Wed, 10 Jul 2024 15:25:41 +0100 Subject: [PATCH] update comment --- .github/workflows/pull_request.yaml | 2 +- tests/test_integration.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 96da0b7..8322b64 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -22,4 +22,4 @@ jobs: - name: Running lint tests run: make lint - name: Running unit tests - run: make test \ No newline at end of file + run: make test-no-integration \ No newline at end of file diff --git a/tests/test_integration.py b/tests/test_integration.py index a20cce6..ca314d6 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -20,8 +20,7 @@ def set_email(self, email): payload_copy["payload"]["fulfilmentRequest"]["email_address"] = email return payload_copy - # The following tests will not work as the Notify API key has been removed - # until a mock service can be introduced + # The following tests will not work as the Notify API key has been removed until a mock service can be introduced # (see https://github.com/ONSdigital/eq-submission-confirmation-consumer/pull/12) def test_successful(self, base_url, requests_session): payload = self.set_email("simulate-delivered-2@notifications.service.gov.uk")