lint: apply changes from golint

This commit is contained in:
David Allen 2025-03-25 14:54:09 -06:00
parent 69abd2041d
commit 5e200edab5
Signed by: towk
GPG key ID: 0430CDBE22619155
3 changed files with 4 additions and 4 deletions

View file

@ -78,7 +78,7 @@ func TestRedfishV1ServiceRootAvailability(t *testing.T) {
// Simple test to ensure an expected Redfish version minimum requirement.
func TestRedfishV1Version(t *testing.T) {
var (
url string = fmt.Sprintf("%s/redfish/v1/", *host)
url = fmt.Sprintf("%s/redfish/v1/", *host)
body client.HTTPBody = []byte{}
headers client.HTTPHeader = map[string]string{}
testClient = &http.Client{