Skip to content

Commit

Permalink
Fix github checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewtul committed Sep 16, 2024
1 parent 8b4a67c commit ee5b53e
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 115 deletions.
6 changes: 3 additions & 3 deletions internal/service/appsync/appsync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ func TestAccAppSync_serial(t *testing.T) {
acctest.CtDisappears: testAccDomainNameAPIAssociation_disappears,
},
"SourceApiAssociation": {
acctest.CtBasic: testAccAppSyncSourceApiAssociation_basic,
acctest.CtDisappears: testAccAppSyncSourceApiAssociation_disappears,
"update": testAccAppSyncSourceApiAssociation_update,
acctest.CtBasic: testAccAppSyncSourceAPIAssociation_basic,
acctest.CtDisappears: testAccAppSyncSourceAPIAssociation_disappears,
"update": testAccAppSyncSourceAPIAssociation_update,
},
}

Expand Down
4 changes: 2 additions & 2 deletions internal/service/appsync/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (
ResourceGraphQLAPI = resourceGraphQLAPI
ResourceResolver = resourceResolver
ResourceType = resourceType
ResourceSourceApiAssociation = newResourceSourceApiAssociation
ResourceSourceAPIAssociation = newResourceSourceAPIAssociation

DefaultAuthorizerResultTTLInSeconds = defaultAuthorizerResultTTLInSeconds
FindAPICacheByID = findAPICacheByID
Expand All @@ -25,6 +25,6 @@ var (
FindFunctionByTwoPartKey = findFunctionByTwoPartKey
FindGraphQLAPIByID = findGraphQLAPIByID
FindResolverByThreePartKey = findResolverByThreePartKey
FindSourceApiAssociationByTwoPartKey = findSourceApiAssociationByTwoPartKey
FindSourceAPIAssociationByTwoPartKey = findSourceAPIAssociationByTwoPartKey
FindTypeByThreePartKey = findTypeByThreePartKey
)
4 changes: 2 additions & 2 deletions internal/service/appsync/service_package_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ee5b53e

Please sign in to comment.