Skip to content

Commit

Permalink
fix: fix tests after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: kvanzuijlen <[email protected]>
  • Loading branch information
kvanzuijlen committed Jan 4, 2025
1 parent 4e52381 commit 3b8d319
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion server/core/runtime/apply_step_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (a *ApplyStepRunner) cleanRemoteApplyOutput(out string) string {
applyStartText := ` Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value:
Enter a value:
`
applyStartIdx := strings.Index(out, applyStartText)
if applyStartIdx < 0 {
Expand Down
1 change: 0 additions & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,6 @@ func NewServer(userConfig UserConfig, config Config) (*Server, error) {
ApplyErrorLabel: userConfig.ApplyErrorLabel,
VcsClient: vcsClient,
},
},
RunStepRunner: runStepRunner,
EnvStepRunner: &runtime.EnvStepRunner{
RunStepRunner: runStepRunner,
Expand Down

0 comments on commit 3b8d319

Please sign in to comment.