Skip to content

Commit

Permalink
fixed eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nataniel López committed Jan 17, 2022
1 parent 4ef803b commit 5130332
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/invoker.js
Expand Up @@ -9,7 +9,7 @@ const SecretFetcher = require('./secret-fetcher');
const Lambda = require('./helpers/lambda-instance');
const getLambdaFunctionName = require('./helpers/get-lambda-function-name');

const { isObject, isObjectNotEmpty } = require('./helpers/is-object');
const { isObjectNotEmpty } = require('./helpers/is-object');

/**
* @typedef InvokeResponse
Expand Down
2 changes: 0 additions & 2 deletions tests/invoker.js
Expand Up @@ -21,8 +21,6 @@ describe('Invoker', () => {
const lambdaFunctionName = 'JanisExampleService-test-FakeLambda';
const fakeServiceAccountId = '123456789012';

const fakeRoleArn = `arn:aws:iam::${fakeServiceAccountId}:role/LambdaRemoteInvoke`;

const fakeSecretValue = {
'some-service': fakeServiceAccountId
};
Expand Down

0 comments on commit 5130332

Please sign in to comment.