From d5bac298ec34b5c9571fcd3f73be2554249046c3 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 7 May 2020 15:26:05 -0700 Subject: [PATCH] Updates tests --- __snapshots__/dozzle.snapshot | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/__snapshots__/dozzle.snapshot b/__snapshots__/dozzle.snapshot index 4f67c9a8..94e150c3 100644 --- a/__snapshots__/dozzle.snapshot +++ b/__snapshots__/dozzle.snapshot @@ -39,14 +39,16 @@ HTTP/1.1 200 OK Connection: close Cache-Control: no-cache Connection: keep-alive -Content-Type: text/event-stream +Content-Type: text/event-stream +X-Accel-Buffering: no /* snapshot: Test_handler_streamEvents_error_request */ HTTP/1.1 200 OK Connection: close Cache-Control: no-cache Connection: keep-alive -Content-Type: text/event-stream +Content-Type: text/event-stream +X-Accel-Buffering: no /* snapshot: Test_handler_streamEvents_happy */ HTTP/1.1 200 OK @@ -54,6 +56,7 @@ Connection: close Cache-Control: no-cache Connection: keep-alive Content-Type: text/event-stream +X-Accel-Buffering: no event: containers-changed data: start @@ -71,7 +74,8 @@ HTTP/1.1 200 OK Connection: close Cache-Control: no-cache Connection: keep-alive -Content-Type: text/event-stream +Content-Type: text/event-stream +X-Accel-Buffering: no /* snapshot: Test_handler_streamLogs_happy */ HTTP/1.1 200 OK @@ -79,5 +83,6 @@ Connection: close Cache-Control: no-cache Connection: keep-alive Content-Type: text/event-stream +X-Accel-Buffering: no data: INFO Testing logs... \ No newline at end of file