From 3c00b6e676052ee7af4a16b4edbfd808db52cad0 Mon Sep 17 00:00:00 2001 From: Yisraelu Date: Wed, 3 May 2023 16:47:13 -0400 Subject: [PATCH] missed one case --- .../resources/META-INF/smithy/test-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/protocol-tests/resources/META-INF/smithy/test-config.json b/modules/protocol-tests/resources/META-INF/smithy/test-config.json index 8541803..33d07d8 100644 --- a/modules/protocol-tests/resources/META-INF/smithy/test-config.json +++ b/modules/protocol-tests/resources/META-INF/smithy/test-config.json @@ -1391,6 +1391,11 @@ "appliesTo": "client", "description": "response" }, + { + "id": "RestJsonComplexErrorWithNoMessage", + "appliesTo": "client", + "description": "response" + }, { "id": "RestJsonSupportsInfinityFloatHeaderOutputs", "appliesTo": "server",