Skip to content

Commit

Permalink
chore: switch to gamma for e2e test (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
junfuchen99 authored Sep 30, 2023
1 parent 63f26ab commit 07502bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ public class BaseE2ETestCase implements AutoCloseable {

protected static final String testComponentSuffix = "_" + UUID.randomUUID().toString();
protected static Optional<String> tesRolePolicyArn;
public static final IotSdkClientFactory.EnvironmentStage E2ETEST_ENV_STAGE = IotSdkClientFactory.EnvironmentStage.PROD;
public static final IotSdkClientFactory.EnvironmentStage E2ETEST_ENV_STAGE =
IotSdkClientFactory.EnvironmentStage.GAMMA;

protected final Set<CancelDeploymentRequest> createdDeployments = new HashSet<>();
protected final Set<String> createdThingGroups = new HashSet<>();
Expand Down

0 comments on commit 07502bd

Please sign in to comment.