Skip to content

Commit f50df0d

Browse files
committed
fix test warning
1 parent 4ae476d commit f50df0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('Handler', () => {
8686
const config = s3Spy.firstCall.args[1]
8787
// production code is synchronous, so this is annoying
8888
expect(await config.PGPASSWORD.promise()).to.equal(token)
89-
AWSMOCK.restore('RDS')
89+
AWSMOCK.restore('RDS.Signer')
9090
})
9191

9292
it('should upload the backup file and an iv file', async () => {

0 commit comments

Comments
 (0)