We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7546237 commit 6f921a8Copy full SHA for 6f921a8
config/config_test.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
func assertClientConfig(t *T, config client.ClientConfig) {
12
- assert.Equal(t, config.GetOAuthToken(), "github-token", "oath token")
+ assert.Equal(t, config.GetOAuthToken(), "github-token", "oauth token")
13
assert.Equal(t, config.GetSecret(), "github-secret", "secret")
14
}
15
0 commit comments