mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 23:44:32 +08:00
fix the build
aa012d12dc63af89f925f8d8ee4d0d7d725dd6cb
This commit is contained in:
parent
aa012d12dc
commit
a31281a888
@ -1411,10 +1411,10 @@ describe Post do
|
|||||||
paths = []
|
paths = []
|
||||||
sha1s = []
|
sha1s = []
|
||||||
|
|
||||||
post.each_upload_url do |src, path, sha1|
|
post.each_upload_url do |src, path, sha|
|
||||||
urls << src
|
urls << src
|
||||||
paths << path
|
paths << path
|
||||||
sha1s << sha1
|
sha1s << sha
|
||||||
end
|
end
|
||||||
|
|
||||||
expect(urls).to contain_exactly(url)
|
expect(urls).to contain_exactly(url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user