fix staticcheck

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-11-03 19:29:49 +01:00
parent f1d970145b
commit 99ecc4ea2a

View File

@@ -2050,7 +2050,9 @@ func TestDeleteGroup(t *testing.T) {
formatpart := getFormatString(format)
for _, data := range testData {
err := createGroup(data)
if err != nil {
t.Fatal(err)
}
res, err := sendRequest(
"DELETE",
fmt.Sprintf("/%v/cloud/groups/%v%v", ocsVersion, data.ID, formatpart),