Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Jun 16, 2024
1 parent 03ddee2 commit 34610de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/neptune/workflows/activities/terraform_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ func TestTerraformApply_RequestValidation(t *testing.T) {
"DIR": "some/path",
"TF_IN_AUTOMATION": "true",
"TF_PLUGIN_CACHE_DIR": "some/dir",
"TF_PLUGIN_CACHE_MAY_BREAK_DEPENDENCY_LOCK_FILE": "true",
},

//default
Expand Down Expand Up @@ -733,6 +734,7 @@ func TestTerraformApply_StreamsOutput(t *testing.T) {
"DIR": "some/path",
"TF_IN_AUTOMATION": "true",
"TF_PLUGIN_CACHE_DIR": "some/dir",
"TF_PLUGIN_CACHE_MAY_BREAK_DEPENDENCY_LOCK_FILE": "true",
},
version: expectedVersion,
resp: expectedMsgStr,
Expand Down

0 comments on commit 34610de

Please sign in to comment.