Skip to content

Commit

Permalink
Code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Oct 26, 2024
1 parent 25ebcbb commit f54753c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/default.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ run "us_east1_non_production" {

assert {
condition = output.zone == null
error_message = "Expected a for us-east1-non-production workspace"
error_message = "Expected null for us-east1-non-production workspace"
}
}

Expand Down Expand Up @@ -294,7 +294,7 @@ run "us_east1_production" {

assert {
condition = output.zone == null
error_message = "Expected a for us-east1-production workspace"
error_message = "Expected null for us-east1-production workspace"
}
}

Expand Down

0 comments on commit f54753c

Please sign in to comment.