support for GetGroups in sqlite

Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
Dmitri Dolguikh
2026-08-10 17:14:37 +02:00
parent 763b8f6933
commit 78947c1611
3 changed files with 70 additions and 7 deletions
@@ -13,10 +13,6 @@ import (
)
func TestGetGroups(t *testing.T) {
if engine == string(types.SqliteStoreEngine) {
t.Skip()
}
ctx := context.TODO()
groups, resourceToGroupIdx, err := conn(t, ctx).GetGroups(ctx, "account-1")