route53: fix tests

This commit is contained in:
Girish Ramakrishnan
2018-05-07 15:53:08 -07:00
parent 60b5e6f711
commit 2b3656404b

View File

@@ -486,7 +486,7 @@ describe('dns provider', function () {
Route53Mock.prototype.getChange = mockery(awsAnswerQueue);
Route53Mock.prototype.changeResourceRecordSets = mockery(awsAnswerQueue);
Route53Mock.prototype.listResourceRecordSets = mockery(awsAnswerQueue);
Route53Mock.prototype.listHostedZones = mockery(awsAnswerQueue);
Route53Mock.prototype.listHostedZonesByName = mockery(awsAnswerQueue);
// override route53 in AWS
// Comment this out and replace the config with real tokens to test against AWS proper