diff --git a/test/integration/package_int_test.go b/test/integration/package_int_test.go index 9660ab1891..b1941977a6 100644 --- a/test/integration/package_int_test.go +++ b/test/integration/package_int_test.go @@ -662,7 +662,7 @@ func (suite *PackageIntegrationTestSuite) TestChangeSummaryShowsAddedForUpdate() cp = ts.Spawn("install", "jinja2@3.1.4") cp.Expect("Installing jinja2@3.1.4 includes 1 direct dep") - cp.Expect("└─ markupsafe@2.1.5") + cp.Expect("└─ markupsafe@3.0.1") cp.Expect("Updated: language/python/jinja2") cp.ExpectExitCode(0) }