Skip to content

Commit

Permalink
fix unit test to correctly instantiate client.
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ff committed Jun 7, 2024
1 parent 2615226 commit c69d46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Unit tests', function () {

expect(VaultClient.get('tst')).to.equal(i);

expect(VaultClient.boot('tst')).to.equal(i);
expect(VaultClient.boot('tst', bootOpts)).to.equal(i);


const i2 = VaultClient.boot('tst2', bootOpts);
Expand Down

0 comments on commit c69d46e

Please sign in to comment.