Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Aug 19, 2024
1 parent 642f3d9 commit b0399b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/vela-terraform/plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func TestTerraform_Plan_Command_tf13(t *testing.T) {
fmt.Sprintf("-var=%s", p.Vars[1]),
fmt.Sprintf("-var-file=%s", p.VarFiles[0]),
fmt.Sprintf("-var-file=%s", p.VarFiles[1]),
fmt.Sprintf(p.Directory),
fmt.Sprint(p.Directory),
)

got := p.Command()
Expand Down
2 changes: 1 addition & 1 deletion cmd/vela-terraform/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestTerraform_Validation_Command_tf13(t *testing.T) {
fmt.Sprintf("-var=%s", v.Vars[1]),
fmt.Sprintf("-var-file=%s", v.VarFiles[0]),
fmt.Sprintf("-var-file=%s", v.VarFiles[1]),
fmt.Sprintf(v.Directory),
fmt.Sprint(v.Directory),
)

got := v.Command()
Expand Down

0 comments on commit b0399b5

Please sign in to comment.