Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed Jul 10, 2023
1 parent 9ba8b22 commit 5ec86e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cloudx/client/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func TestCommandHelper(t *testing.T) {
_, _ = r.WriteString(email + "\n") // Email: FakeEmail() [RETRY]
cmd.Stdin = bufio.NewReader(&r)

var retry = false
retry := false
cmd.PwReader = func() ([]byte, error) {
if retry {
return []byte(password), nil
Expand Down Expand Up @@ -334,7 +334,7 @@ func TestCommandHelper(t *testing.T) {
"project.services.identity.config.session.cookie.domain",
"project.services.identity.config.session.cookie.name",
"project.services.identity.config.cookies.domain",
"services.identity.config.selfservice.allowed_return_urls.0",
"project.services.identity.config.selfservice.allowed_return_urls.0",
"project.services.oauth2.config.urls.self",
"project.services.oauth2.config.serve.cookies.domain",
"project.services.oauth2.config.serve.cookies.names",
Expand Down

0 comments on commit 5ec86e0

Please sign in to comment.