We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2479a commit 7a5ec3bCopy full SHA for 7a5ec3b
test/e2e-2of2/osimageurl_override_test.go
@@ -22,7 +22,7 @@ import (
22
// 6. Wait for the node to roll back.
23
// 7. Assert that the binaries are no longer present.
24
func TestOSImageURLOverride(t *testing.T) {
25
- envVarName := "MCO_OS_IMAGE_URL"
+ envVarName := "MCO_OS_IMAGE_URL_RHEL_9"
26
27
osImageURL, ok := os.LookupEnv(envVarName)
28
if ok && osImageURL != "" {
0 commit comments