mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-23 08:51:29 +02:00
Merge remote-tracking branch 'origin/fix/custom-domain-for-private-service' into fix/custom-domain-for-private-service
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user