From 4f67e2d338646afff01abf61d471811096a3f5b2 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Fri, 9 Feb 2024 10:58:25 +0000 Subject: [PATCH] chore: add test to cover not sending empty array when other has data --- client/client_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/client_test.go b/client/client_test.go index ec39bbe..27b60fe 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -972,6 +972,7 @@ func TestOpenFgaClient(t *testing.T) { Relation: "viewer", Object: "document:roadmap", }}, + Deletes: []ClientTupleKeyWithoutCondition{}, } options := ClientWriteOptions{ AuthorizationModelId: openfga.PtrString("01GAHCE4YVKPQEKZQHT2R89MQV"),