Skip to content

Commit 7b71852

Browse files
service catalog test
1 parent d12bc6b commit 7b71852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-servicecatalogappregistry-alpha/test/application-associator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ describe('Scope based Associations with Application with Cross Region/Account',
268268
associateStage: true,
269269
});
270270
app.synth();
271-
Template.fromStack(application.appRegistryApplication.stack).hasOutput('DefaultCdkApplicationApplicationManagerUrl27C138EF', {});
271+
Template.fromStack(application.appRegistryApplication.stack, { skipClean: true }).hasOutput('DefaultCdkApplicationApplicationManagerUrl27C138EF', {});
272272
Template.fromStack(pipelineStack).resourceCountIs('AWS::ServiceCatalogAppRegistry::ResourceAssociation', 1);
273273
});
274274
});

0 commit comments

Comments
 (0)