mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-01 07:55:08 +01:00
Improve failure message on pagination matcher (#31146)
This commit is contained in:
parent
337a7fcf30
commit
bfaa53343a
@ -7,7 +7,7 @@ RSpec::Matchers.define :include_pagination_headers do |links|
|
||||
end.all?
|
||||
end
|
||||
|
||||
failure_message do |header|
|
||||
"expected that #{header} would have the same values as #{links}."
|
||||
failure_message do |response|
|
||||
"expected that #{response.headers['Link']} would have the same values as #{links}."
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user