Skip to content

Commit c3ce341

Browse files
committed
this isn't asserted, so remove for clarity
1 parent 312c930 commit c3ce341

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

__tests__/main.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ describe('run', () => {
4242

4343
process.env.GITHUB_DEPENDABOT_JOB_TOKEN = 'xxx'
4444
process.env.GITHUB_DEPENDABOT_CRED_TOKEN = 'yyy'
45-
process.env.GITHUB_REGISTRIES_PROXY = Buffer.from(
46-
JSON.stringify([
47-
{type: 'npm_registry', host: 'npm.pkg.github.com', token: 'abc'}
48-
])
49-
).toString('base64')
5045

5146
markJobAsProcessedSpy = jest.spyOn(
5247
ApiClient.prototype,

0 commit comments

Comments
 (0)