From a2c874b3035bb4a194edfae7d7594d4f8b1903bc Mon Sep 17 00:00:00 2001 From: Gareth Evans Date: Thu, 9 Dec 2021 13:59:49 +0000 Subject: [PATCH] Bump cf-test-helper fork to 1.1.2 --- src/acceptance/config/config.go | 6 +++--- src/acceptance/go.mod | 2 +- src/acceptance/go.sum | 6 ++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/acceptance/config/config.go b/src/acceptance/config/config.go index 33378671d2..7acd534d2e 100644 --- a/src/acceptance/config/config.go +++ b/src/acceptance/config/config.go @@ -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"` @@ -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 { diff --git a/src/acceptance/go.mod b/src/acceptance/go.mod index 17b424fd1a..da6c0d6f94 100644 --- a/src/acceptance/go.mod +++ b/src/acceptance/go.mod @@ -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 diff --git a/src/acceptance/go.sum b/src/acceptance/go.sum index 072ab4338e..ea252904c6 100644 --- a/src/acceptance/go.sum +++ b/src/acceptance/go.sum @@ -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=