mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
DEV: Fix FinalDestination
specs (#17642)
This commit is contained in:
parent
3c558d2eb6
commit
db9245d188
@ -437,6 +437,10 @@ describe FinalDestination do
|
||||
to_return(status: 200, body: "<html><head>" , headers: {})
|
||||
end
|
||||
|
||||
after do
|
||||
WebMock.reset!
|
||||
end
|
||||
|
||||
it "correctly streams" do
|
||||
chunk = nil
|
||||
result = fd.get do |resp, c|
|
||||
|
Loading…
x
Reference in New Issue
Block a user