Skip to content

Commit 05f3268

Browse files
author
Hweinstock
committed
test(harness): add case for unrecognized add flags
1 parent 52c734c commit 05f3268

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/handlers/project/project.test.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,15 @@ describe("project add harness", () => {
632632
"unrecognized environment-artifact variant",
633633
["--name", "x", "--environment-artifact", '{"unknownArtifact":{}}'],
634634
],
635+
[
636+
"unrecognized outboundAuth variant",
637+
[
638+
"--name",
639+
"x",
640+
"--tools",
641+
'[{"type":"agentcore_gateway","name":"gw1","config":{"agentCoreGateway":{"gatewayArn":"arn:aws:bedrock-agentcore:us-east-1:123456789012:gateway/g","outboundAuth":{"unknownAuth":{}}}}}]',
642+
],
643+
],
635644
[
636645
"containerUri and dockerfile are mutually exclusive",
637646
[

0 commit comments

Comments
 (0)