Skip to content

Commit

Permalink
chore: simplify global hostRules test
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed May 1, 2021
1 parent ffd0269 commit 61c648d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/workers/global/index.spec.ts
Expand Up @@ -50,7 +50,6 @@ describe(getName(), () => {
hostRules: [
{
hostType: datasourceDocker.id,
domainName: 'docker.io',
username: 'some-user',
password: 'some-password',
},
Expand All @@ -70,7 +69,6 @@ describe(getName(), () => {
hostRules: [
{
hostType: datasourceDocker.id,
domainName: 'docker.io',
username: 'some-user',
password: 'some-password',
},
Expand Down

0 comments on commit 61c648d

Please sign in to comment.