0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed use of anyDate matcher

refs c5f8853ad9

- The change in referenced commit was introduced by mistake
This commit is contained in:
Naz 2022-03-03 12:06:40 +07:00
parent ac02b95c5c
commit 6b730cf201

View file

@ -176,8 +176,8 @@ describe('Authentication API', function () {
.expectStatus(201)
.matchBodySnapshot({
users: [{
created_at: anyDate,
updated_at: anyDate
created_at: anyISODateTime,
updated_at: anyISODateTime
}]
})
.matchHeaderSnapshot({