Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyuutsu committed Jul 10, 2024
1 parent 10cb601 commit 7c94c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Running lint tests
run: make lint
- name: Running unit tests
run: make test
run: make test-no-integration
3 changes: 1 addition & 2 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("[email protected]")
Expand Down

0 comments on commit 7c94c4d

Please sign in to comment.