rename the gcdns key file

This commit is contained in:
Girish Ramakrishnan
2018-02-03 22:15:01 -08:00
parent 2a7eabfa68
commit 72f56ff91c
2 changed files with 1 additions and 1 deletions

View File

@@ -535,7 +535,7 @@ describe('dns provider', function () {
DOMAIN_0.provider = 'gcdns';
DOMAIN_0.config = {
projectId: 'my-dns-proj',
keyFilename: __dirname + '/syn-im-1ec6f9f870bf.json'
keyFilename: __dirname + '/gcdns.json'
};
function mockery (queue) {