From 2f660375f9f6a2c7171699fe0e76dadc36650c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Fri, 16 May 2025 09:39:44 +0100 Subject: [PATCH] test: set CheckApplyResultForUpgrade: true --- tests/pr_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pr_test.go b/tests/pr_test.go index 146aaed4..e0991107 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -177,6 +177,7 @@ func setupOptions(t *testing.T, prefix string, terraformDir string, terraformVar "module.ocp_base.time_sleep.wait_operators", }, }, + CheckApplyResultForUpgrade: true, }) return options