Skip to content

Commit 77672ce

Browse files
authored
chore: fix graphql transform test template (#3672)
1 parent f70c9ad commit 77672ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/translator/input/graphqlapi_cognito_default_auth.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Resources:
1616
AppIdClientRegex: myregex
1717
AwsRegion: na-east-1
1818
# This default action will exist post transform since this is our default authentication.
19-
DefaultAction: something
19+
DefaultAction: ALLOW
2020
UserPoolId: myid
2121
Tags:
2222
key1: value1

tests/translator/output/aws-cn/graphqlapi_cognito_default_auth.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"UserPoolConfig": {
3131
"AppIdClientRegex": "myregex",
3232
"AwsRegion": "na-east-1",
33-
"DefaultAction": "something",
33+
"DefaultAction": "ALLOW",
3434
"UserPoolId": "myid"
3535
},
3636
"XrayEnabled": true

tests/translator/output/aws-us-gov/graphqlapi_cognito_default_auth.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"UserPoolConfig": {
3131
"AppIdClientRegex": "myregex",
3232
"AwsRegion": "na-east-1",
33-
"DefaultAction": "something",
33+
"DefaultAction": "ALLOW",
3434
"UserPoolId": "myid"
3535
},
3636
"XrayEnabled": true

tests/translator/output/graphqlapi_cognito_default_auth.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"UserPoolConfig": {
3131
"AppIdClientRegex": "myregex",
3232
"AwsRegion": "na-east-1",
33-
"DefaultAction": "something",
33+
"DefaultAction": "ALLOW",
3434
"UserPoolId": "myid"
3535
},
3636
"XrayEnabled": true

0 commit comments

Comments
 (0)