Skip to content

Commit

Permalink
Merge pull request #285 from bobh66/fix-ci
Browse files Browse the repository at this point in the history
Fix CI errors
  • Loading branch information
ytsarev authored Aug 27, 2024
2 parents 9db20a3 + cb09daf commit 53929c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/workspace/workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ func TestConnect(t *testing.T) {
errs: map[string]error{filepath.Join(tfDir, string(uid), tfMainJSON): errBoom},
},
},
terraform: func(_ string, _ bool, _ ...string) tfclient {
terraform: func(_ string, _ bool, _ bool, _ logging.Logger, _ ...string) tfclient {
return &MockTf{
MockInit: func(ctx context.Context, o ...terraform.InitOption) error { return nil },
}
Expand Down

0 comments on commit 53929c5

Please sign in to comment.