Skip to content

Commit

Permalink
Update logging_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-is-here committed Oct 7, 2024
1 parent 5f6f32a commit a2cf123
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 @@ -61,7 +61,7 @@ func testLogging(t *testing.T, context spec.G, it spec.S) {
` buildpack.yml -> "1.27.*"`,
))
Expect(logs).To(matchers.ContainLines(
MatchRegexp(` Selected Nginx Server version \(using buildpack\.yml\): 1\.25\.\d+`),
MatchRegexp(` Selected Nginx Server version \(using buildpack\.yml\): 1\.27\.\d+`),
))
Expect(logs).To(matchers.ContainLines(
" WARNING: Setting the server version through buildpack.yml will be deprecated soon in Nginx Server Buildpack v2.0.0.",
Expand Down

0 comments on commit a2cf123

Please sign in to comment.