Skip to content

Commit

Permalink
SCALRCORE-25441 Fix tests [API_BRANCH][DB_BRANCH]
Browse files Browse the repository at this point in the history
  • Loading branch information
denkl committed Apr 27, 2023
1 parent 465a281 commit 96a2021
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scalr/resource_scalr_workspace_test.go
Expand Up @@ -700,8 +700,9 @@ resource "scalr_workspace" "test" {
name = "renamed-out-of-band"
environment_id = scalr_environment.test.id
auto_apply = true
run_operation_timeout = 18
auto_queue_runs = "always"
run_operation_timeout = 18
auto_queue_runs = "always"
deletion_protection = false
hooks {
pre_init = "./scripts/pre-init.sh"
pre_plan = "./scripts/pre-plan.sh"
Expand Down

0 comments on commit 96a2021

Please sign in to comment.