From a61246a96419680902836dcba4a6d6e6032ab048 Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Wed, 20 Oct 2021 09:31:59 +0100 Subject: [PATCH] Fix a placeholder test string --- __tests__/api_client.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/api_client.test.ts b/__tests__/api_client.test.ts index a127ed9..66b0d93 100644 --- a/__tests__/api_client.test.ts +++ b/__tests__/api_client.test.ts @@ -10,7 +10,7 @@ describe('ApiClient', () => { credentialsToken: 'yyy', dependabotApiUrl: 'https://localhost', dependabotApiDockerUrl: 'https://localhost', - workingDirectory: 'nyi' + workingDirectory: './job-directory' }) beforeEach(jest.clearAllMocks)