Skip to content

Commit

Permalink
shorten test to focus on what we're testing
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Dec 16, 2024
1 parent 1ed51df commit 7d21204
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/pkg/lint/lint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,6 @@ func TestLintPackageWithImports(t *testing.T) {
PackagePathOverride: "",
Severity: SevErr,
},
{
YqPath: ".metadata",
Description: "Additional property description1 is not allowed",
Item: "",
PackageNameOverride: "",
PackagePathOverride: "",
Severity: SevErr,
},
}
cwd, err := os.Getwd()
require.NoError(t, err)
Expand Down
1 change: 0 additions & 1 deletion src/pkg/lint/testdata/lint-with-imports/zarf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
kind: ZarfPackageConfig
metadata:
name: lint
description1: Testing bad yaml

components:
- name: first-test-component
Expand Down

0 comments on commit 7d21204

Please sign in to comment.