From 5c15266c8592da22e91b3a133e017b4300ab59d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Tue, 5 Nov 2024 10:03:27 +0100 Subject: [PATCH] update JSON schema test --- resources/test/rest_schema_status.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/test/rest_schema_status.json b/resources/test/rest_schema_status.json index 00d443687e..06efaa4096 100644 --- a/resources/test/rest_schema_status.json +++ b/resources/test/rest_schema_status.json @@ -335,6 +335,13 @@ "enum": [ "ShutdownForUpgrade" ] + }, + { + "description": "Node should shut down after catching up.", + "type": "string", + "enum": [ + "ShutdownAfterCatchingUp" + ] } ] }, @@ -423,4 +430,4 @@ "additionalProperties": false } } -} \ No newline at end of file +}