Skip to content

Commit 7a5ec3b

Browse files
committed
update TestOSImageURLOverride to use the new env var
1 parent ad2479a commit 7a5ec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e-2of2/osimageurl_override_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
// 6. Wait for the node to roll back.
2323
// 7. Assert that the binaries are no longer present.
2424
func TestOSImageURLOverride(t *testing.T) {
25-
envVarName := "MCO_OS_IMAGE_URL"
25+
envVarName := "MCO_OS_IMAGE_URL_RHEL_9"
2626

2727
osImageURL, ok := os.LookupEnv(envVarName)
2828
if ok && osImageURL != "" {

0 commit comments

Comments
 (0)