Do not rely on dnsRecordId

This commit is contained in:
Girish Ramakrishnan
2017-02-02 10:40:10 -08:00
parent 45a61e9541
commit 7fee3d0da0
2 changed files with 7 additions and 8 deletions

View File

@@ -214,7 +214,7 @@ describe('apptask', function () {
.post('/2013-04-01/hostedzone/ZONEID/rrset/')
.reply(200, js2xml('ChangeResourceRecordSetsResponse', { ChangeInfo: { Id: 'RRID', Status: 'INSYNC' } }));
apptask._registerSubdomain(APP, function (error) {
apptask._registerSubdomain(APP, true /* overwrite */, function (error) {
expect(error).to.be(null);
expect(awsScope.isDone()).to.be.ok();
done();