This commit is contained in:
Girish Ramakrishnan
2017-09-27 11:50:49 -07:00
parent e39329218d
commit 003dc0dbaf

View File

@@ -41,7 +41,7 @@ function mockRestore() {
AWS = originalAWS;
}
// internal only
// TODO: If we decide to use flat-file backups for CaaS, we should cache the credentials below
function getCaasCredentials(apiConfig, callback) {
assert.strictEqual(typeof apiConfig, 'object');
assert.strictEqual(typeof callback, 'function');