Skip to content

Commit

Permalink
Init config in login tests (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe committed Jun 12, 2024
1 parent 60c608c commit e475bfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/login/client_login_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func TestLogin(t *testing.T) {
Profile: p,
ProfilesFile: profilesFile,
}
c.InitConfig()

var pollURL string

Expand Down Expand Up @@ -134,6 +135,7 @@ func TestLoginNoInput(t *testing.T) {
Profile: p,
ProfilesFile: profilesFile,
}
c.InitConfig()

var pollURL string

Expand Down

0 comments on commit e475bfe

Please sign in to comment.