From 64b4bf2c9e9df9d70ce85f2926a150231352d22a Mon Sep 17 00:00:00 2001 From: alexanderkurash Date: Fri, 15 Nov 2024 15:09:54 +0200 Subject: [PATCH] CIRCSTORE-521 Change sorting in tests --- ramls/request.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ramls/request.json b/ramls/request.json index 8c1f5423..b00b5c9f 100644 --- a/ramls/request.json +++ b/ramls/request.json @@ -21,7 +21,7 @@ "ecsRequestPhase": { "description": "Stage in ECS request process, absence of this field means this is a single-tenant request", "type": "string", - "enum": ["Primary", "Secondary"] + "enum": ["Primary", "Secondary", "Intermediate"] }, "requestDate": { "description": "Date the request was made",