Skip to content

Commit 33db762

Browse files
committed
NOMERGE
1 parent 74d7fe6 commit 33db762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fixtures/aws-fixture-utils/src/main/java/fixture/aws/AwsCredentialsUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public enum AwsCredentialsUtils {
2626
/**
2727
* Region supplier which matches any region.
2828
*/
29-
// TODO NOMERGE: replace with DynamicRegionSupplier.
29+
// TODO: replace with DynamicRegionSupplier.
3030
public static final Supplier<String> ANY_REGION = () -> "*";
3131

3232
/**
@@ -73,7 +73,7 @@ public static boolean isValidAwsV4SignedAuthorizationHeader(
7373
}
7474

7575
if (region.equals("*")) {
76-
// skip region validation; TODO NOMERGE eliminate this when region is fixed in all tests
76+
// skip region validation; TODO eliminate this when region is fixed in all tests
7777
return authorizationHeader.contains("/" + serviceName + "/aws4_request, ");
7878
}
7979

0 commit comments

Comments
 (0)