Skip to content

Commit 87a7900

Browse files
committed
fix MethodSource method name
1 parent f2a8c12 commit 87a7900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/s3-tests/src/it/java/software/amazon/awssdk/services/s3/regression/upload/UploadTransferManagerRegressionTesting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static List<FlattenUploadConfig> testConfigs() {
4646
}
4747

4848
@ParameterizedTest
49-
@MethodSource("uploadConfigs")
49+
@MethodSource("testConfigs")
5050
void putObject(FlattenUploadConfig config) throws Exception {
5151

5252
assumeNotAccessPointWithPathStyle(config);

0 commit comments

Comments
 (0)