return index on get magifest
This commit is contained in:
@@ -34,10 +34,10 @@ func TestGrant(t *testing.T) {
|
||||
err = db.InitDatabase()
|
||||
require.NoError(t, err)
|
||||
|
||||
id := uuid.NewUUID()
|
||||
accountID := uuid.NewUUID()
|
||||
id := auxuuid.NewUUID()
|
||||
accountID := auxuuid.NewUUID()
|
||||
timenow := auxtool.TimeNow()
|
||||
creator := uuid.NewUUID()
|
||||
creator := auxuuid.NewUUID()
|
||||
newGrant := &descr.Grant{
|
||||
ID: id,
|
||||
AccountID: accountID,
|
||||
|
||||
Reference in New Issue
Block a user