From 251637e184fe4c6c8c1a88a34414c647e1c87a33 Mon Sep 17 00:00:00 2001 From: Adam Waller <176666249+adam-wallernhs1@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:29:06 +0100 Subject: [PATCH] Additional test for the ELI-440 change that resolved defect ELI-454. Quick change to the vita integration config to prove MYA work --- .../440 => storyTestConfigs}/AUTO_RSV_ELI-440-04.json | 0 .../vita_integration_test_config.json | 4 ++-- .../440 => storyTestData}/AUTO_RSV_ELI-440_004.json | 0 .../440 => storyTestResponses}/AUTO_RSV_ELI-440_004.json | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename data/configs/{inProgressTestConfigs/440 => storyTestConfigs}/AUTO_RSV_ELI-440-04.json (100%) rename data/dynamoDB/{inProgressTestData/440 => storyTestData}/AUTO_RSV_ELI-440_004.json (100%) rename data/responses/{inProgressTestResponses/440 => storyTestResponses}/AUTO_RSV_ELI-440_004.json (100%) diff --git a/data/configs/inProgressTestConfigs/440/AUTO_RSV_ELI-440-04.json b/data/configs/storyTestConfigs/AUTO_RSV_ELI-440-04.json similarity index 100% rename from data/configs/inProgressTestConfigs/440/AUTO_RSV_ELI-440-04.json rename to data/configs/storyTestConfigs/AUTO_RSV_ELI-440-04.json diff --git a/data/configs/vitaIntegrationTestConfigs/vita_integration_test_config.json b/data/configs/vitaIntegrationTestConfigs/vita_integration_test_config.json index 781550f0..488491c2 100644 --- a/data/configs/vitaIntegrationTestConfigs/vita_integration_test_config.json +++ b/data/configs/vitaIntegrationTestConfigs/vita_integration_test_config.json @@ -324,8 +324,8 @@ "Name": "Actionable Future Booked NBS Appointment", "Description": "Amend NBS future booking", "Priority": 1000, - "Operator": "=", - "Comparator": "NBS", + "Operator": "in", + "Comparator": "NBS,MYA", "AttributeTarget": "RSV", "AttributeLevel": "TARGET", "AttributeName": "BOOKED_APPOINTMENT_PROVIDER", diff --git a/data/dynamoDB/inProgressTestData/440/AUTO_RSV_ELI-440_004.json b/data/dynamoDB/storyTestData/AUTO_RSV_ELI-440_004.json similarity index 100% rename from data/dynamoDB/inProgressTestData/440/AUTO_RSV_ELI-440_004.json rename to data/dynamoDB/storyTestData/AUTO_RSV_ELI-440_004.json diff --git a/data/responses/inProgressTestResponses/440/AUTO_RSV_ELI-440_004.json b/data/responses/storyTestResponses/AUTO_RSV_ELI-440_004.json similarity index 100% rename from data/responses/inProgressTestResponses/440/AUTO_RSV_ELI-440_004.json rename to data/responses/storyTestResponses/AUTO_RSV_ELI-440_004.json