fix test
This commit is contained in:
parent
2cd73242de
commit
6181d89767
File diff suppressed because it is too large
Load Diff
|
@ -212,7 +212,6 @@ struct TenantManagementWorkload : TestWorkload {
|
|||
} else {
|
||||
entry.encrypted = deterministicRandom()->coinflip();
|
||||
}
|
||||
tenantsToCreate[tenant] = entry;
|
||||
|
||||
if (self->createdTenants.count(tenant)) {
|
||||
alreadyExists = true;
|
||||
|
|
Loading…
Reference in New Issue