Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Mar 13, 2024
1 parent 61c30e6 commit d4ca01b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/modules/manager/kustomize/extract.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ describe('modules/manager/kustomize/extract', () => {
currentValue: '29.6.0',
registryUrls: [registryUrl],
datasource: HelmDatasource.id,
depType: 'HelmChart',
};
const pkg = extractHelmChart({
name: sample.depName,
Expand All @@ -184,7 +183,6 @@ describe('modules/manager/kustomize/extract', () => {
currentValue: '18.12.1',
datasource: DockerDatasource.id,
pinDigests: false,
depType: 'HelmChart',
};
const pkg = extractHelmChart({
name: sample.depName,
Expand Down

0 comments on commit d4ca01b

Please sign in to comment.