Support primary key ID and unique key Name where api uses name
This commit is contained in:
@@ -366,6 +366,7 @@ func TestIntegration(t *testing.T) {
|
||||
|
||||
func randomOne() entity.One {
|
||||
return entity.One{
|
||||
ID: "id-" + uuid.New().String()[:5],
|
||||
Name: "name-" + uuid.New().String()[:5],
|
||||
Type: "Humman",
|
||||
Title: "Biggus",
|
||||
|
||||
Reference in New Issue
Block a user