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 babd7bd commit 0971466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/018_module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "env0_module" "test_module_with_test_enabled" {
github_installation_id = var.second_run ? 32112 : null
path = var.second_run ? "/cool1" : "/cool2"
tag_prefix = var.second_run ? "t2" : "t1"
module_test_enabled = var.second_run ? true : false
run_tests_on_pull_request = var.second_run ? true : false
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"
}

0 comments on commit 0971466

Please sign in to comment.