From 6240e99f60bed3b9895b1f004aa3114fdd9f604b Mon Sep 17 00:00:00 2001 From: William Martin Date: Thu, 31 Oct 2024 18:35:21 +0100 Subject: [PATCH] Adjust ghe subdomain test behavioural description --- pkg/auth/auth_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/auth/auth_test.go b/pkg/auth/auth_test.go index f4379a4..f149c36 100644 --- a/pkg/auth/auth_test.go +++ b/pkg/auth/auth_test.go @@ -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",