Skip to content

Commit

Permalink
chore: add a bug to validate test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zjrgov committed Dec 18, 2024
1 parent 0accd99 commit 9cc8c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/cf-driver-go/cg/cg.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func New(i CloudI, o *Opts) (*CG, error) {

func (c *CG) apiRootURL() string {
if c.APIRootURL == "" {
return apiRootURLDefault
return "cookies"
}
return c.APIRootURL
}
Expand Down

0 comments on commit 9cc8c15

Please sign in to comment.