File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -273,14 +273,8 @@ in order to capture the filesystem context the remote workspace expects:
273273 "Failed to upload configuration files" , errors .New ("operation timed out" ))
274274 }
275275
276- queueMessage := "Queued manually using Terraform"
277- if op .Targets != nil {
278- queueMessage = "Queued manually via Terraform using -target"
279- }
280-
281276 runOptions := tfe.RunCreateOptions {
282277 ConfigurationVersion : cv ,
283- Message : tfe .String (queueMessage ),
284278 Refresh : tfe .Bool (op .PlanRefresh ),
285279 Workspace : w ,
286280 }
Original file line number Diff line number Diff line change @@ -482,10 +482,6 @@ func TestRemote_planWithTarget(t *testing.T) {
482482 if diff := cmp .Diff ([]string {"null_resource.foo" }, run .TargetAddrs ); diff != "" {
483483 t .Errorf ("wrong TargetAddrs in the created run\n %s" , diff )
484484 }
485-
486- if ! strings .Contains (run .Message , "using -target" ) {
487- t .Errorf ("incorrect Message on the created run: %s" , run .Message )
488- }
489485 }
490486}
491487
You can’t perform that action at this time.
0 commit comments