Skip to content

Commit

Permalink
Fix: the integration test environment-without-template-start-with-no-… (
Browse files Browse the repository at this point in the history
#970)

* Fix: the integration test environment-without-template-start-with-no-vcs is missing a path

* remove misc
  • Loading branch information
TomerHeber authored Nov 4, 2024
1 parent 150c424 commit 2b9ac7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/012_environment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ resource "env0_environment" "environment-without-template-start-with-no-vcs" {
token_id = data.env0_template.gitlab_template.token_id
token_name = data.env0_template.gitlab_template.token_name
opentofu_version = "latest"
path = "null-resource"
}
}

Expand Down

0 comments on commit 2b9ac7b

Please sign in to comment.