We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3765597 commit 556fb72Copy full SHA for 556fb72
javav2/example_code/iotsitewise/src/test/java/SitewiseTests.java
@@ -201,7 +201,6 @@ public void testDeleteAsset() throws InterruptedException {
201
sitewiseActions.deleteAssetAsync(assetId).join();
202
});
203
}
204
-
205
@Test
206
@Tag("IntegrationTest")
207
@Order(12)
@@ -213,7 +212,6 @@ public void testDeleteAssetModel() throws InterruptedException {
213
212
CloudFormationHelper.destroyCloudFormationStack(ROLES_STACK);
214
215
216
217
private static String getSecretValues() {
218
SecretsManagerClient secretClient = SecretsManagerClient.builder()
219
.region(Region.US_EAST_1)
0 commit comments