Add link to token source issue
This commit is contained in:
parent
6dc04bb1e2
commit
4fc1999847
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ func TestTokenStoredInConfig(t *testing.T) {
|
|||
token, source := authCfg.Token("github.com")
|
||||
|
||||
// Then the token is successfully fetched
|
||||
// and the source is set to oauth_token but this isn't great
|
||||
// but I can't find the issue # that references this.
|
||||
// and the source is set to oauth_token but this isn't great:
|
||||
// https://github.com/cli/go-gh/issues/94
|
||||
require.Equal(t, "test-token", token)
|
||||
require.Equal(t, "oauth_token", source)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue