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