This commit is contained in:
Pascal Fischer
2025-07-03 18:10:00 +02:00
parent dfb47d5545
commit f2990e2fbc
4 changed files with 57 additions and 45 deletions

View File

@@ -2615,7 +2615,6 @@ func TestSqlStore_AddPeerToAccount(t *testing.T) {
}
func TestSqlStore_GetPeerGroups(t *testing.T) {
t.Setenv("NETBIRD_STORE_ENGINE", "postgres")
store, cleanup, err := NewTestStoreFromSQL(context.Background(), "../testdata/store_policy_migrate.sql", t.TempDir())
t.Cleanup(cleanup)
require.NoError(t, err)