Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Feb 5, 2024
1 parent 0971466 commit 4cb5c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/018_module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ resource "env0_module" "test_module_with_test_enabled" {
tag_prefix = var.second_run ? "t2" : "t1"
module_test_enabled = var.second_run ? false : true
run_tests_on_pull_request = var.second_run ? false : true
opentofu_version = var.second_run ? "" : "1.6.0"
opentofu_version = var.second_run ? null : "1.6.0"
}

0 comments on commit 4cb5c9b

Please sign in to comment.