Skip to content

Commit ddf5d5f

Browse files
authored
fix: Update status code for deactivated controller (#782)
1 parent 6c371af commit ddf5d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/sequential/did/switch-controller-flow.release.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ test.describe.serial('Running test sequentially', () => {
338338
});
339339

340340
expect(response).not.toBeOK();
341-
expect(response.status()).toBe(StatusCodes.BAD_REQUEST);
341+
expect(response.status()).toBe(StatusCodes.INTERNAL_SERVER_ERROR);
342342
});
343343

344344
test('14. It tries to set empty verificationMethod list for DID-A. Expected error', async ({ request }) => {

0 commit comments

Comments
 (0)