From 6317d19eca35054fc458b9700b00aac9d5729d94 Mon Sep 17 00:00:00 2001 From: srinandan Date: Fri, 6 Sep 2024 21:21:37 +0000 Subject: [PATCH] chore: fix test #532 --- test/allowed-values.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/allowed-values.json b/test/allowed-values.json index 48ba1df43..bd607ff0d 100644 --- a/test/allowed-values.json +++ b/test/allowed-values.json @@ -1,8 +1,8 @@ [ { - "id": "nandan", - "displayName": "nandan", - "description": "nandan", + "id": "test", + "displayName": "test", + "description": "test", "immutable": false } ]