Skip to content

Commit

Permalink
Generalize dependency log line assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Wigmore authored and robdimsdale committed Oct 18, 2023
1 parent 102ffdc commit 129d296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func testLogging(t *testing.T, context spec.G, it spec.S) {
" Executing build process",
MatchRegexp(` Installing Bundler 2\.\d+\.\d+`),
fmt.Sprintf(" Installation path: /layers/%s/bundler", strings.ReplaceAll(settings.Buildpack.ID, "/", "_")),
MatchRegexp(` Source URI\: https\:\/\/artifacts\.paketo\.io\/bundler\/bundler-ubuntu-2\.\d+\.\d+(-\w+)*\.tgz`),
MatchRegexp(` Source URI\: https\:\/\/\S+\/bundler\/bundler-ubuntu-2\.\d+\.\d+(-\w+)*\.tgz`),
MatchRegexp(` Completed in \d+\.?\d*`),
))
Expect(logs).To(ContainLines(
Expand Down

0 comments on commit 129d296

Please sign in to comment.