From fc9964e126b29009532c935cf673fa2f560e13a1 Mon Sep 17 00:00:00 2001 From: Geoffrey McElhanon Date: Mon, 30 Sep 2024 12:03:52 -0500 Subject: [PATCH] Missed changes on an unsaved request during last export of ResponseTests. --- ...egration Test Suite ResponseTests.postman_collection.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Postman Test Suite/Ed-Fi ODS-API Integration Test Suite ResponseTests.postman_collection.json b/Postman Test Suite/Ed-Fi ODS-API Integration Test Suite ResponseTests.postman_collection.json index d8fbad863..8481fdde3 100644 --- a/Postman Test Suite/Ed-Fi ODS-API Integration Test Suite ResponseTests.postman_collection.json +++ b/Postman Test Suite/Ed-Fi ODS-API Integration Test Suite ResponseTests.postman_collection.json @@ -242,7 +242,7 @@ ], "body": { "mode": "raw", - "raw": "}", + "raw": "{}", "options": { "raw": { "language": "json" @@ -10078,7 +10078,8 @@ "header": [ { "key": "If-Match", - "value": "InvalidETAG", + "value": "\"InvalidETAG\"", + "description": "ETag values must be enclosed in quotes to be processed.", "type": "text" } ],