summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/preflight_test.go
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-05-24 14:08:24 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-05-24 14:26:47 -0400
commita87c736edf1c2d6a5a2cea00f82604e4ca0a24e9 (patch)
tree8f0688d235217a23ae55ba911e466dfe44b45a26 /test/integration/openshift_health_checker/preflight/preflight_test.go
parent0e19323dee9955000d1ffb16639b4729b0af9a22 (diff)
downloadopenshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.tar.gz
openshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.tar.bz2
openshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.tar.xz
openshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.zip
preflight int tests: fix for package_version changes
Diffstat (limited to 'test/integration/openshift_health_checker/preflight/preflight_test.go')
-rw-r--r--test/integration/openshift_health_checker/preflight/preflight_test.go2
1 files changed, 1 insertions, 1 deletions
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)
}