Skip to content

Commit bc690e2

Browse files
committed
update keystore tests to accommodate changes in keystore.js
1 parent 8074329 commit bc690e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/keystore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// limitations under the License.
1919
//
2020
// created: Sat Apr 29 09:17:48 2017
21-
// last saved: <2018-April-02 16:53:09>
21+
// last saved: <2018-July-13 08:42:53>
2222

2323
var common = require('./common');
2424
var fs = require('fs');
@@ -173,7 +173,7 @@ describe('Keystore', function() {
173173
};
174174
edgeOrg.keystores.create(options, function(e, result){
175175
assert.isNull(e, "error creating keystore: " + JSON.stringify(e));
176-
options.certFile = certFileList[0];
176+
options.certificateFile = certFileList[0];
177177
options.keyFile = certFileList[0].replace(new RegExp('\\.cert$'), '.key');
178178
options.alias = 'alias-' + faker.random.alphaNumeric(8);
179179
edgeOrg.keystores.importCert(options, function(e, result){

0 commit comments

Comments
 (0)