updated sdk
Some checks failed
basebuild / goreleaser (push) Has been cancelled

This commit is contained in:
Gani Georgiev
2022-09-02 10:12:36 +03:00
parent df1a947b61
commit 0ac4c9e1fc
14 changed files with 81 additions and 81 deletions

View File

@@ -139,7 +139,7 @@ func TestRecordUpsertLoadDataJson(t *testing.T) {
t.Fatalf("Expect only 1 manyfiles to remain, got \n%v", manyfiles)
}
onlyimages, ok := form.Data["onlyimages"]
onlyimages := form.Data["onlyimages"]
if len(list.ToUniqueStringSlice(onlyimages)) != 0 {
t.Fatalf("Expect onlyimages field to be deleted, got \n%v", onlyimages)
}