validate dns config parameters

This commit is contained in:
Girish Ramakrishnan
2018-06-17 21:44:08 -07:00
parent ad6bc191f9
commit 6ca28d9a58
8 changed files with 25 additions and 23 deletions

View File

@@ -791,7 +791,10 @@ describe('dns provider', function () {
DOMAIN_0.provider = 'gcdns';
DOMAIN_0.config = {
projectId: 'my-dns-proj',
keyFilename: __dirname + '/gcdns.json'
credentials: {
'client_email': '123456789349-compute@developer.gserviceaccount.com',
'private_key': 'privatehushhush'
}
};
function mockery (queue) {