Rename TestGetHttpClient to TestGetHTTPClient
This commit is contained in:
parent
2eca1ab145
commit
ddbf391c39
@ -4,7 +4,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestGetHttpClient(t *testing.T) {
|
func TestGetHTTPClient(t *testing.T) {
|
||||||
if secureHTTPClient != nil {
|
if secureHTTPClient != nil {
|
||||||
t.Error("secureHTTPClient should've been nil since it hasn't been called a single time yet")
|
t.Error("secureHTTPClient should've been nil since it hasn't been called a single time yet")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user