Skip to content
Snippets Groups Projects
Commit 61c648d2 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: simplify global hostRules test

parent ffd0269a
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,6 @@ describe(getName(), () => {
hostRules: [
{
hostType: datasourceDocker.id,
domainName: 'docker.io',
username: 'some-user',
password: 'some-password',
},
......@@ -70,7 +69,6 @@ describe(getName(), () => {
hostRules: [
{
hostType: datasourceDocker.id,
domainName: 'docker.io',
username: 'some-user',
password: 'some-password',
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment