fix save account

This commit is contained in:
Pascal Fischer
2025-07-03 14:49:12 +02:00
parent 6fb61c7cf5
commit 13213d954d
3 changed files with 27 additions and 12 deletions

View File

@@ -2611,6 +2611,7 @@ 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)