File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/integration-tests/src
test-projects/data-storage-auth-with-triggers-ts/amplify Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ class DataStorageAuthWithTriggerTestProject extends TestProjectBase {
169169 assert . equal (
170170 responsePayload ,
171171 // eslint-disable-next-line spellcheck/spell-checker
172- 'Your uuid is 6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b. TEST_SECRET env var value is testSecret -e2eTestValue.'
172+ 'Your uuid is 6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b. TEST_SECRET env var value is amazonSecret -e2eTestValue.'
173173 ) ;
174174 }
175175
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ export const myFunc = defineFunction({
44 name : 'specialTestFunction' ,
55 entry : './func-src/handler.ts' ,
66 environment : {
7- TEST_SECRET : secret ( 'testSecret ' ) ,
7+ TEST_SECRET : secret ( 'amazonSecret ' ) ,
88 } ,
99} ) ;
You can’t perform that action at this time.
0 commit comments