From a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9 Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Wed, 24 May 2017 14:08:24 -0400 Subject: preflight int tests: fix for package_version changes --- test/integration/openshift_health_checker/preflight/preflight_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/openshift_health_checker/preflight/preflight_test.go') diff --git a/test/integration/openshift_health_checker/preflight/preflight_test.go b/test/integration/openshift_health_checker/preflight/preflight_test.go index 05ddf139f..9dfd713ec 100644 --- a/test/integration/openshift_health_checker/preflight/preflight_test.go +++ b/test/integration/openshift_health_checker/preflight/preflight_test.go @@ -66,7 +66,7 @@ func TestPackageVersionMismatches(t *testing.T) { ExitCode: 2, Output: []string{ "check \"package_version\":", - "Not all of the required packages are available at requested version", + "Not all of the required packages are available at their requested version", }, }.Run(t) } -- cgit v1.2.3