From 29836da363b77e0163b99314e1ad64b4666a6fd3 Mon Sep 17 00:00:00 2001 From: simonlabarere <156111959+simonlabarere@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:14:33 +0100 Subject: [PATCH 1/2] CCM-23379: Fix INT APIM tests (#1095) --- postman/NhsNotify.Integration.postman_collection.json | 6 +++--- tests/lib/constants/nhsapp_accounts_paths.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/postman/NhsNotify.Integration.postman_collection.json b/postman/NhsNotify.Integration.postman_collection.json index 282b3c2d0..f1fc1b930 100644 --- a/postman/NhsNotify.Integration.postman_collection.json +++ b/postman/NhsNotify.Integration.postman_collection.json @@ -382,7 +382,7 @@ } ], "id" : "f3881d9b-5f4a-4132-88b2-a541494373f3", - "name" : "200 - NHS App Account - Multipage", + "name" : "200 - NHS App Account", "protocolProfileBehavior" : { "disableBodyPruning" : true }, @@ -407,11 +407,11 @@ "query" : [ { "key" : "ods-organisation-code", - "value" : "T00001" + "value" : "J82001" }, { "key" : "page", - "value" : "2" + "value" : "1" } ], "raw" : "{{base_url}}/channels/nhsapp/accounts?ods-organisation-code=T00001&page=2" diff --git a/tests/lib/constants/nhsapp_accounts_paths.py b/tests/lib/constants/nhsapp_accounts_paths.py index 62b1c8653..6f43cb2ad 100644 --- a/tests/lib/constants/nhsapp_accounts_paths.py +++ b/tests/lib/constants/nhsapp_accounts_paths.py @@ -26,7 +26,7 @@ ] LIVE_ODS_CODES = [ - "X26" + "J82001" ] VALID_MULTI_PAGE_NUMBERS = [None, 1, 2, 3, 4, 5, 6, 7, 8] From 304e41b5d9e97798814153fbaeed63227255ce92 Mon Sep 17 00:00:00 2001 From: Gareth Allan <157592212+gareth-allan@users.noreply.github.com> Date: Thu, 10 Sep 2026 10:20:35 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=C2=A0+minor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit