DEV: Fix `FinalDestination` specs (#17642)

This commit is contained in:
Loïc Guitaut 2022-07-25 12:38:54 +02:00 committed by GitHub
parent 3c558d2eb6
commit db9245d188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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|