Skip to content

Commit

Permalink
chore: adjusting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 27, 2023
1 parent c4703e6 commit 3c1fee8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ describe('AppController (e2e)', () => {
)
};

delete expectedResponse.credential.issuer;
delete expectedResponse.credential.issuanceDate;
delete expectedResponse.credential.credentialSubject.id;

expect(result.body).toBeDefined();
expect(result.body).toEqual(expectedResponse);
});
Expand Down

0 comments on commit 3c1fee8

Please sign in to comment.