We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae476d commit f50df0dCopy full SHA for f50df0d
test/handler.js
@@ -86,7 +86,7 @@ describe('Handler', () => {
86
const config = s3Spy.firstCall.args[1]
87
// production code is synchronous, so this is annoying
88
expect(await config.PGPASSWORD.promise()).to.equal(token)
89
- AWSMOCK.restore('RDS')
+ AWSMOCK.restore('RDS.Signer')
90
})
91
92
it('should upload the backup file and an iv file', async () => {
0 commit comments