Merge remote-tracking branch 'origin/fix/custom-domain-for-private-service' into fix/custom-domain-for-private-service

This commit is contained in:
mlsmaycon
2026-06-06 09:41:40 +02:00

View File

@@ -46,8 +46,8 @@ func TestPostgresql_GetAccount_LoadsCustomDomains(t *testing.T) {
t.Setenv("NETBIRD_STORE_ENGINE", string(types.PostgresStoreEngine))
store, cleanup, err := NewTestStoreFromSQL(context.Background(), "", t.TempDir())
t.Cleanup(cleanup)
require.NoError(t, err)
t.Cleanup(cleanup)
assertGetAccountLoadsCustomDomains(t, store)
}