Skip to content

Commit

Permalink
output flag
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Jan 21, 2025
1 parent 249cd7c commit 5d200b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e/23_data_injection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestDataInjection(t *testing.T) {
require.NoError(t, err, stdOut, stdErr)

// Ensure that the `requirements.txt` file is discovered correctly
stdOut, stdErr, err = e2e.Zarf(t, "package", "inspect", "sbom", path, "output", sbomPath)
stdOut, stdErr, err = e2e.Zarf(t, "package", "inspect", "sbom", path, "--output", sbomPath)
require.NoError(t, err, stdOut, stdErr)
require.FileExists(t, filepath.Join(sbomPath, "kiwix", "compare.html"), "A compare.html file should have been made")

Expand Down

0 comments on commit 5d200b3

Please sign in to comment.