We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91082ef commit a3f7a64Copy full SHA for a3f7a64
tests/api/comments/postComments.spec.ts
@@ -32,7 +32,7 @@ test.describe("GoRest API Comments", () => {
32
33
const createdComment = await response.json();
34
35
- expect(createdComment).toMatchObject(createdComment);
+ expect(createdComment).toMatchObject(commentData);
36
37
const valid = ajv.validate(commentSchema, createdComment);
38
expect(valid).toBe(true);
0 commit comments