mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix the build.
This commit is contained in:
parent
a7030e80bf
commit
2e04ef97d9
@ -46,7 +46,7 @@ describe Hijack do
|
|||||||
render plain: "hello world"
|
render plain: "hello world"
|
||||||
end
|
end
|
||||||
|
|
||||||
result = "HTTP/1.1 200 OK\r\nContent-Length: 11\r\nContent-Type: text/plain\r\nConnection: close\r\n\r\nhello world"
|
result = "HTTP/1.1 200 OK\r\nContent-Length: 11\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\nhello world"
|
||||||
expect(tester.io.string).to eq(result)
|
expect(tester.io.string).to eq(result)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user