Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Apr 9, 2024
1 parent 2498fb3 commit 7faabc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientv1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestNewClientV1ConnectionConfigFromEnv(t *testing.T) {
name: "no env",
env: staticEnvGetter{},
want: autogold.Expect(ClientV1ConnConfig{ExternalURL: "https://accounts.sourcegraph.com"}),
wantValidateErr: autogold.Expect("empty client ID or secret"),
wantValidateErr: autogold.Expect("empty client ID"),
},
{
name: "only client credentials",
Expand Down

0 comments on commit 7faabc0

Please sign in to comment.