fix tests

This commit is contained in:
Pascal Fischer
2025-07-03 17:20:21 +02:00
parent 8e0b8f20a2
commit dfb47d5545
5 changed files with 12 additions and 14 deletions

View File

@@ -1371,12 +1371,11 @@ func TestSqlStore_SaveGroups(t *testing.T) {
GroupPeers: []types.GroupPeer{},
},
{
ID: "group-2",
AccountID: accountID,
Issued: "integration",
Peers: []string{"peer3", "peer4"},
Resources: []types.Resource{},
GroupPeers: []types.GroupPeer{},
ID: "group-2",
AccountID: accountID,
Issued: "integration",
Peers: []string{"peer3", "peer4"},
Resources: []types.Resource{},
},
}
err = store.SaveGroups(context.Background(), LockingStrengthUpdate, accountID, groups)