From 01e3d86b81d6456cc4736dc8806efe48ccf111af Mon Sep 17 00:00:00 2001 From: wkrop Date: Thu, 6 Oct 2022 04:53:23 -0700 Subject: [PATCH] v1.7.1 - release - update RN --- README.md | 2 +- docs/releases/v1.7.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3976a7a5..f7e72993 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To provide feedback, please see the [CONTRIBUTING.md](CONTRIBUTING.md). # Release v1.7.1 (4th October 2022) -The release is called **v1.7.1**, an update to provide a unit test fix, add a change to VRP manifest. +The release is called **v1.7.1**, an update to provide a unit test fix, add a change to VRP manifest and swagger. [Full Release Notes](./docs/releases/v1.7.1.md) diff --git a/docs/releases/v1.7.1.md b/docs/releases/v1.7.1.md index 6eb7ad55..b1041b13 100644 --- a/docs/releases/v1.7.1.md +++ b/docs/releases/v1.7.1.md @@ -4,7 +4,7 @@ The release is called **v1.7.1**, an update to provide a unit test fix, add a ch Issues addressed: - REFAPP-1304 - Disable unit test using external uri -- REFAPP-1305 - Update FCS test case: OB-301-VRP-100650 - Check VRP Funds Confirmation (POST /domestic-vrp-consents/{ConsentId}/funds-confirmation). Respond with status code 200 instead of 201. +- REFAPP-1305 - Update FCS test case: OB-301-VRP-100650 - Check VRP Funds Confirmation (POST /domestic-vrp-consents/{ConsentId}/funds-confirmation). Respond with status code 200 or 201. Add 200 status code to 3.1.10 VRP swagger for POST /domestic-vrp-consents/{ConsentId}/funds-confirmation. **Download**: `docker run --rm -it -p 8443:8443 "openbanking/conformance-suite:v1.7.1"` |