Skip to content

Commit c6795d9

Browse files
committed
Fix AwsStsHttpHandlerTests
1 parent 33db762 commit c6795d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/aws-sts-fixture/src/test/java/fixture/aws/sts/AwsStsHttpHandlerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private record TestHttpResponse(RestStatus status, BytesReference body) {}
134134
private static TestHttpResponse handleRequest(AwsStsHttpHandler handler, Map<String, String> body) {
135135
final var httpExchange = new TestHttpExchange(
136136
"POST",
137-
"/assume-role-with-web-identity/",
137+
"/",
138138
new BytesArray(
139139
body.entrySet()
140140
.stream()

0 commit comments

Comments
 (0)