fix platform workflow integrity and permissions
This commit is contained in:
@@ -21,7 +21,7 @@ func TestMockEntityIdentitiesAreStableAndUnique(t *testing.T) {
|
||||
t.Fatalf("duplicate identity %q", record.Identity)
|
||||
}
|
||||
seen[record.Identity] = struct{}{}
|
||||
if record.Status != common.StatusEnable || record.Version != 1 {
|
||||
if record.Status != common.StatusEnable {
|
||||
t.Fatalf("entity(%d) has unexpected defaults: %#v", sequence, record)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user