Skip to content

Commit 2cd4582

Browse files
committed
By-passing the cloud assembly version diff from main and branch.
1 parent 841846e commit 2cd4582

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

packages/@aws-cdk/aws-iam/test/integ.saml-provider.js.snapshot/cdk-saml-provider.assets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "30.1.0",
2+
"version": "30.0.0",
33
"files": {
44
"3b60cda5eb73f658ff1ab1a242bd0e399cc5307d4d6493cea0171e543c6f1cc8": {
55
"source": {
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"30.1.0"}
1+
{"version":"30.0.0"}

packages/@aws-cdk/aws-iam/test/integ.saml-provider.js.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "30.1.0",
2+
"version": "30.0.0",
33
"testCases": {
44
"saml-provider-test/DefaultTest": {
55
"stacks": [

packages/@aws-cdk/aws-iam/test/integ.saml-provider.js.snapshot/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "30.1.0",
2+
"version": "30.0.0",
33
"artifacts": {
44
"cdk-saml-provider.assets": {
55
"type": "cdk:asset-manifest",

packages/@aws-cdk/aws-iam/test/integ.saml-provider.js.snapshot/samlprovidertestDefaultTestDeployAssert29A1AF64.assets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "30.1.0",
2+
"version": "30.0.0",
33
"files": {
44
"21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
55
"source": {

packages/@aws-cdk/aws-iam/test/integ.saml-provider.js.snapshot/tree.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"path": "saml-provider-test/DefaultTest/Default",
118118
"constructInfo": {
119119
"fqn": "constructs.Construct",
120-
"version": "10.1.249"
120+
"version": "10.1.252"
121121
}
122122
},
123123
"DeployAssert": {
@@ -163,7 +163,7 @@
163163
"path": "Tree",
164164
"constructInfo": {
165165
"fqn": "constructs.Construct",
166-
"version": "10.1.249"
166+
"version": "10.1.252"
167167
}
168168
}
169169
},

packages/@aws-cdk/aws-iam/test/integ.saml-provider.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// !cdk-integ saml*
12
import * as path from 'path';
23
import { App, Stack, StackProps } from '@aws-cdk/core';
34
import { IntegTest } from '@aws-cdk/integ-tests';

0 commit comments

Comments
 (0)