From 41e090453d2e2fba6793254ac91629b163840372 Mon Sep 17 00:00:00 2001 From: Nicolas Borges Date: Mon, 27 Apr 2026 16:03:18 -0400 Subject: [PATCH] fix: add newly required param protocolType to test input --- tests_integ/gateway/test_gateway_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests_integ/gateway/test_gateway_client.py b/tests_integ/gateway/test_gateway_client.py index 730af424..ba16b83a 100644 --- a/tests_integ/gateway/test_gateway_client.py +++ b/tests_integ/gateway/test_gateway_client.py @@ -97,6 +97,7 @@ def test_update_gateway_and_wait(self): name=f"{self.test_prefix}-gw", roleArn=self.role_arn, authorizerType="NONE", + protocolType="MCP", description="updated by integ test", ) assert updated["status"] == "READY"