move register* to domains

This commit is contained in:
Girish Ramakrishnan
2021-02-24 17:54:19 -08:00
parent e190076f1a
commit e78abe2fab
3 changed files with 86 additions and 83 deletions

View File

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