Skip to content

Commit

Permalink
issue #159 - integration test to reproduce
Browse files Browse the repository at this point in the history
  • Loading branch information
psteniusubi committed Jan 18, 2024
1 parent f386bb8 commit 9d72557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/integration-scripts/singlesig-drt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ describe('singlesig-drt', () => {
op = await waitOperation(client2, op);
expect(delegate1.prefix).toEqual(op.response.i);
});
// https://github.com/WebOfTrust/signify-ts/issues/159
// TODO: identifiers.rotate fails with 500 server error
test.failing('delegate1c', async () => {
test('delegate1c', async () => {
// delegate rotates identifier
let kargs: RotateIdentifierArgs = {};
let result = await client2.identifiers().rotate('delegate1', kargs);
Expand Down

0 comments on commit 9d72557

Please sign in to comment.