Skip to content

Commit 62ae642

Browse files
Update integration/simple_app_test.go
Co-authored-by: Ryan Moran <155736+ryanmoran@users.noreply.github.com>
1 parent 1f09066 commit 62ae642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/simple_app_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ func testSimpleApp(t *testing.T, context spec.G, it spec.S) {
400400
Expect(filepath.Join(sbomDir, "sbom", "launch", strings.ReplaceAll(settings.Buildpack.ID, "/", "_"), "launch-gems", "sbom.spdx.json")).To(BeARegularFile())
401401
Expect(filepath.Join(sbomDir, "sbom", "launch", strings.ReplaceAll(settings.Buildpack.ID, "/", "_"), "launch-gems", "sbom.syft.json")).To(BeARegularFile())
402402

403-
// check an SBOM file to make sure it has an entry for a dependency from requirements.txt
403+
// check an SBOM file to make sure it has an entry for a dependency from Gemfile.lock
404404
contents, err := os.ReadFile(filepath.Join(sbomDir, "sbom", "launch", strings.ReplaceAll(settings.Buildpack.ID, "/", "_"), "launch-gems", "sbom.cdx.json"))
405405
Expect(err).NotTo(HaveOccurred())
406406
Expect(string(contents)).To(ContainSubstring(`"name": "sinatra"`))

0 commit comments

Comments
 (0)