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:
parent
ac02b95c5c
commit
6b730cf201
1 changed files with 2 additions and 2 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue