Skip to content

Commit

Permalink
drop missing client creds invalid case
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmdarroch committed Aug 25, 2022
1 parent 7971272 commit 86e38f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/new_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ func TestNew_Invalid(t *testing.T) {
options []HCPConfigOption
expectedError string
}{
{
name: "missing credentials",
options: []HCPConfigOption{},
expectedError: "the configuration is not valid: client credentials need to be provided",
},
{
name: "empty portal URL",
options: []HCPConfigOption{
Expand Down

0 comments on commit 86e38f3

Please sign in to comment.