support for GetAllowedUsers in sqlite

Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
Dmitri Dolguikh
2026-08-11 14:46:59 +02:00
parent cd6f63272b
commit 8cbbea4536
3 changed files with 84 additions and 8 deletions

View File

@@ -6,14 +6,10 @@ import (
"context"
"testing"
"github.com/netbirdio/netbird/management/server/types"
"github.com/stretchr/testify/assert"
)
func TestGetAllowedUsers(t *testing.T) {
if engine == string(types.SqliteStoreEngine) {
t.Skip()
}
ctx := context.TODO()
execQuery(t, ctx,