fix tests and group copy

This commit is contained in:
Pascal Fischer
2025-07-03 16:04:33 +02:00
parent fee36b0663
commit a8cba921e1
4 changed files with 24 additions and 19 deletions

View File

@@ -1344,6 +1344,7 @@ func TestSqlStore_SaveGroup(t *testing.T) {
AccountID: accountID,
Issued: "api",
Peers: []string{"peer1", "peer2"},
Resources: []types.Resource{},
}
err = store.SaveGroup(context.Background(), LockingStrengthUpdate, group)
require.NoError(t, err)