Skip to content

Commit f3e76b3

Browse files
Victor ThuillierVictor Thuillier
authored andcommitted
Fix BedrockRuntime tests
1 parent 2d159f5 commit f3e76b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/BedrockRuntime/tests/Unit/Input/InvokeModelRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testRequest(): void
2222

2323
// see https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModel.html
2424
$expected = '
25-
POST / HTTP/1.0
25+
POST /model/us.anthropic.claude-3-7-sonnet-20250219-v1%3A0/invoke HTTP/1.0
2626
Content-Type: application/json
2727
Accept: application/json
2828
X-Amzn-Bedrock-GuardrailIdentifier: arn:aws:bedrock:eu-west-1:965624758642:guardrail/azertyuiopqs

0 commit comments

Comments
 (0)