mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 10:31:45 +02:00
codacy and lint hints
This commit is contained in:
@ -488,7 +488,10 @@ func TestAccountManager_GetAccountFromPAT(t *testing.T) {
|
||||
AutoGroups: nil,
|
||||
PATs: []PersonalAccessToken{pat},
|
||||
}
|
||||
store.SaveAccount(account)
|
||||
err := store.SaveAccount(account)
|
||||
if err != nil {
|
||||
t.Fatalf("Error when saving account: %s", err)
|
||||
}
|
||||
|
||||
am := DefaultAccountManager{
|
||||
Store: store,
|
||||
|
Reference in New Issue
Block a user