Skip to content

Commit e0d131f

Browse files
committed
update cloud test running to use java17 by default
1 parent 7546872 commit e0d131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/test/java/software/amazon/lambda/durable/examples/CloudBasedIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static void setup() {
5757

5858
account = System.getProperty("test.aws.account");
5959
region = System.getProperty("test.aws.region");
60-
functionNameSuffix = System.getProperty("test.function.name.suffix", "");
60+
functionNameSuffix = System.getProperty("test.function.name.suffix", "-java17");
6161

6262
if (account == null || region == null) {
6363
try (var sts = StsClient.create()) {

0 commit comments

Comments
 (0)