Skip to content

Commit

Permalink
Fix a placeholder test string
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Oct 20, 2021
1 parent 0178686 commit a61246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/api_client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('ApiClient', () => {
credentialsToken: 'yyy',
dependabotApiUrl: 'https://localhost',
dependabotApiDockerUrl: 'https://localhost',
workingDirectory: 'nyi'
workingDirectory: './job-directory'
})
beforeEach(jest.clearAllMocks)

Expand Down

0 comments on commit a61246a

Please sign in to comment.