Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/638 fix bruno test revoka all over limit #159

Merged
merged 8 commits into from
Dec 16, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tests {
assert.equal(data.instanceId, testdata.revokeallbeyondlimitinstanceid, 'InstanceId is incorect');

assert.equal(data.from.value, testdata.org1.partyuuid, 'FromId is inncorect');
assert.equal(data.to.value, testdata.org11.partyuuid, 'ToId is inncorect');
assert.equal(data.to.value, testdata.org10.partyuuid, 'ToId is inncorect');

assert.equal(data.rights[0].status, 'Delegated', 'read right has incorrect status');
assert.equal(data.rights[0].action.value, 'read', 'read right has incorrect action');
Expand Down
Loading