Skip to content

Commit

Permalink
Adjust ghe subdomain test behavioural description
Browse files Browse the repository at this point in the history
  • Loading branch information
williammartin committed Oct 31, 2024
1 parent 5f282a5 commit 6240e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestTokenForHost(t *testing.T) {
wantSource: githubToken,
},
{
name: "given a config token is set for any subdomain of ghe.com, when we get the token, then it returns that token and oauth_token source",
name: "given a config token is set for a subdomain of ghe.com, when we get the token for that subdomain, then it returns that token and oauth_token source",
host: "tenant.ghe.com",
config: testHostsConfig(),
wantToken: "zzzzzzzzzzzzzzzzzzzz",
Expand Down

0 comments on commit 6240e99

Please sign in to comment.