Skip to content

Commit

Permalink
Address PR comment on appsync & graphql tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Geissler committed Apr 4, 2022
1 parent 3ef9b68 commit 2e2eaa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ beforeEach(() => {
schema: appsync.Schema.fromAsset(path.join(__dirname, 'appsync.test.graphql')),
});
domain = new opensearch.Domain(stack, 'OsDomain', {
version: opensearch.EngineVersion.OPENSEARCH_1_2,
version: opensearch.EngineVersion.OPENSEARCH_1_1,
});
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"EncryptionAtRestOptions": {
"Enabled": true
},
"EngineVersion": "OpenSearch_1.1",
"EngineVersion": "OpenSearch_1.2",
"LogPublishingOptions": {},
"NodeToNodeEncryptionOptions": {
"Enabled": true
Expand Down

0 comments on commit 2e2eaa3

Please sign in to comment.