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 b1816e0 commit a69acf2Copy full SHA for a69acf2
auth/auth_test.go
@@ -44,7 +44,7 @@ func TestToken(t *testing.T) {
44
}
45
46
if resp.StatusCode != 200 {
47
- t.Fatal(resp.StatusCode)
+ t.Fatal(resp.Status)
48
49
50
body, err := ioutil.ReadAll(resp.Body)
0 commit comments