cleanup tests

This commit is contained in:
Pascal Fischer
2025-07-03 13:23:14 +02:00
parent 22a944b157
commit 7132642e4c
2 changed files with 1 additions and 3 deletions

View File

@@ -2143,8 +2143,6 @@ func Test_IsUniqueConstraintError(t *testing.T) {
}
func Test_AddPeer(t *testing.T) {
t.Setenv("NETBIRD_STORE_ENGINE", string(types.PostgresStoreEngine))
t.Setenv("NB_GET_ACCOUNT_BUFFER_INTERVAL", "300ms")
manager, err := createManager(t)
if err != nil {
t.Fatal(err)