mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
Add account settings (#686)
Add account settings with a global peer expiration flag and duration
This commit is contained in:
@@ -1251,7 +1251,8 @@ func TestAccount_Copy(t *testing.T) {
|
||||
ID: "nsGroup1",
|
||||
},
|
||||
},
|
||||
DNSSettings: &DNSSettings{},
|
||||
DNSSettings: &DNSSettings{DisabledManagementGroups: []string{}},
|
||||
Settings: &Settings{},
|
||||
}
|
||||
err := hasNilField(account)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user