=htp remove printEvent from test
This commit is contained in:
parent
f6b6ed8638
commit
09f2be5b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ class ResponseRendererSpec extends FreeSpec with Matchers with BeforeAndAfterAll
|
|||
"with one chunk and an explicit LastChunk" in new TestSetup() {
|
||||
HttpResponse(entity = Chunked(ContentTypes.`text/plain(UTF-8)`,
|
||||
source(Chunk(ByteString("body123"), """key=value;another="tl;dr""""),
|
||||
LastChunk("foo=bar", List(Age(30), RawHeader("Cache-Control", "public")))).via(printEvent("source")))) should renderTo {
|
||||
LastChunk("foo=bar", List(Age(30), RawHeader("Cache-Control", "public")))))) should renderTo {
|
||||
"""HTTP/1.1 200 OK
|
||||
|Server: akka-http/1.0.0
|
||||
|Date: Thu, 25 Aug 2011 09:10:29 GMT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue