Skip to content

Commit

Permalink
fix(tests): merged appsync api
Browse files Browse the repository at this point in the history
  • Loading branch information
frixaco committed Sep 6, 2023
1 parent e95d287 commit c17691a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"PolicyDocument": {
"Statement": [
{
"Action": "appsync:SourceGraphQL",
"Action": "appsync:*",
"Effect": "Allow",
"Resource": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"policyDocument": {
"Statement": [
{
"Action": "appsync:SourceGraphQL",
"Action": "appsync:*",
"Effect": "Allow",
"Resource": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ test('appsync supports merged API', () => {
PolicyDocument: {
Statement: [
{
Action: 'appsync:SourceGraphQL',
Action: 'appsync:*',
Effect: 'Allow',
Resource: [
{
Expand Down

0 comments on commit c17691a

Please sign in to comment.