Skip to content

Commit

Permalink
fix a missed e2e testdata path update
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
  • Loading branch information
grokspawn committed Oct 21, 2024
1 parent 67d3a34 commit 861e695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/unpack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var _ = Describe("ClusterCatalog Unpacking", func() {
actualFBC, err := ReadTestCatalogServerContents(ctx, catalog, c, kubeClient)
Expect(err).To(Not(HaveOccurred()))

expectedFBC, err := os.ReadFile("../../testdata/catalogs/test-catalog/expected_all.json")
expectedFBC, err := os.ReadFile("../../testdata/catalogs/test-catalog/api/v1/expected_all.json")
Expect(err).To(Not(HaveOccurred()))
Expect(cmp.Diff(expectedFBC, actualFBC)).To(BeEmpty())

Expand Down

0 comments on commit 861e695

Please sign in to comment.