Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Delannoy committed Nov 7, 2019
1 parent c4bfd2d commit 1c46a34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/backends/vault-backend.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ describe('VaultBackend', () => {
})

describe('_get', () => {
let readPromise
const mountPoint = 'fakeMountPoint'
const role = 'fakeRole'
const secretKey = 'fakeSecretKey'
const jwt = 'this-is-a-jwt-token'

beforeEach(() => {
readPromise = sinon.mock()
readPromise.promise = sinon.stub()
clientMock.read = sinon.stub().returns({
data: {
data: 'fakeSecretPropertyValue'
Expand Down

0 comments on commit 1c46a34

Please sign in to comment.