Skip to content

Commit

Permalink
Bump cf-test-helper fork to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garethjevans committed Dec 9, 2021
1 parent 96a6ab0 commit a2c874b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/acceptance/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Config struct {
ShouldKeepUser bool `json:"keep_user_at_suite_end"`
ExistingUser string `json:"existing_user"`
ExistingUserPassword string `json:"existing_user_password"`
ExistingUserOrigin string `json:"existing_user_origin"`
UserOrigin string `json:"user_origin"`
ConfigurableTestPassword string `json:"test_password"`
UseExistingOrganization bool `json:"use_existing_organization"`
ExistingOrganization string `json:"existing_organization"`
Expand Down Expand Up @@ -265,8 +265,8 @@ func (c *Config) GetExistingUserPassword() string {
return c.ExistingUserPassword
}

func (c *Config) GetExistingUserOrigin() string {
return c.ExistingUserOrigin
func (c *Config) GetUserOrigin() string {
return c.UserOrigin
}

func (c *Config) GetConfigurableTestPassword() string {
Expand Down
2 changes: 1 addition & 1 deletion src/acceptance/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ require (
github.com/onsi/gomega v1.17.0
)

replace github.com/cloudfoundry-incubator/cf-test-helpers => github.com/garethjevans/cf-test-helpers v1.1.1
replace github.com/cloudfoundry-incubator/cf-test-helpers => github.com/garethjevans/cf-test-helpers v1.1.2
6 changes: 2 additions & 4 deletions src/acceptance/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI=
github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU=
github.com/garethjevans/cf-test-helpers v1.1.0 h1:UFhiaoYjXjwLw/XQJ3N3I9LGLvRxMK+aFDmjdvphUoI=
github.com/garethjevans/cf-test-helpers v1.1.0/go.mod h1:wnHe0PzVhVPx2PEyxX+X5J19DjBJEBx115Xi3b4PMQk=
github.com/garethjevans/cf-test-helpers v1.1.1 h1:jfvLyxF3JOdwykrXNO1yAdyqmweDH7AfiLY0FJy3Vhk=
github.com/garethjevans/cf-test-helpers v1.1.1/go.mod h1:wnHe0PzVhVPx2PEyxX+X5J19DjBJEBx115Xi3b4PMQk=
github.com/garethjevans/cf-test-helpers v1.1.2 h1:oZ5LBiHmJnLkAvagSpeeTGVIZv8p/gLehVSN6QlXyzY=
github.com/garethjevans/cf-test-helpers v1.1.2/go.mod h1:wnHe0PzVhVPx2PEyxX+X5J19DjBJEBx115Xi3b4PMQk=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 h1:p104kn46Q8WdvHunIJ9dAyjPVtrBPhSr3KT2yUst43I=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
Expand Down

0 comments on commit a2c874b

Please sign in to comment.