mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Fixed the members e2e test
no issue - Added a missing `'content-length': anyString` as it's not returning a stable value - Removed snapshots that aren't relevant anymore
This commit is contained in:
parent
b10ea7c714
commit
d4d6842bcc
File diff suppressed because it is too large
Load Diff
@ -178,7 +178,8 @@ describe('Members API', function () {
|
||||
.get('members/?order=email_open_rate%20asc')
|
||||
.expectStatus(200)
|
||||
.matchHeaderSnapshot({
|
||||
etag: anyEtag
|
||||
etag: anyEtag,
|
||||
'content-length': anyString
|
||||
})
|
||||
.matchBodySnapshot({
|
||||
members: new Array(8).fill(memberMatcherShallowIncludes)
|
||||
|
Loading…
Reference in New Issue
Block a user