File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
functional/event_handler/_pydantic
unit/data_classes/required_dependencies Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,8 @@ def handler() -> Optional[Dict]:
343
343
344
344
# THEN the OpenAPI schema must contain the "x-requireConfirmation" extension at the operation level
345
345
assert schema ["paths" ]["/" ]["get" ]["x-requireConfirmation" ] == "ENABLED"
346
+
347
+
346
348
def test_bedrock_agent_with_comma_parameters ():
347
349
# GIVEN a Bedrock Agent resolver
348
350
app = BedrockAgentResolver ()
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ def test_bedrock_agent_event_with_post():
63
63
assert properties [1 ].type == raw_properties [1 ]["type" ]
64
64
assert properties [1 ].value == raw_properties [1 ]["value" ]
65
65
66
+
66
67
def test_bedrock_agent_event_with_comma_parameters ():
67
68
event = {
68
69
"actionGroup" : "TestActionGroup" ,
You can’t perform that action at this time.
0 commit comments