Skip to content

Commit cbab06b

Browse files
Arjun Sreedharanarjun024
authored andcommitted
update tests for new node version
1 parent 2530b60 commit cbab06b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ruby/integration/multibuildpack_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func testMultiBuildpack(platform switchblade.Platform, fixtures string) func(*te
5656
Expect(err).NotTo(HaveOccurred())
5757

5858
Eventually(deployment).Should(Serve(ContainSubstring("Ruby version: ruby 3.")))
59-
Eventually(deployment).Should(Serve(ContainSubstring("Node version: v18.")))
59+
Eventually(deployment).Should(Serve(MatchRegexp(`Node version: v\d+\.\d+\.\d+`)))
6060
})
6161
})
6262

0 commit comments

Comments
 (0)