Skip to content

Commit

Permalink
Fixes tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jul 20, 2020
1 parent 2ebb6d1 commit 6288380
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion __snapshots__/dozzle.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ X-Accel-Buffering: no

data: INFO Testing logs...

event: container-stopped
data: end of stream

/* snapshot: Test_handler_streamLogs_happy_container_stopped */
HTTP/1.1 200 OK
Connection: close
Expand All @@ -102,6 +105,9 @@ X-Accel-Buffering: no
event: container-stopped
data: end of stream

event: container-stopped
data: end of stream

/* snapshot: Test_handler_streamLogs_happy_with_id */
HTTP/1.1 200 OK
Connection: close
Expand All @@ -111,4 +117,7 @@ Content-Type: text/event-stream
X-Accel-Buffering: no

data: 2020-05-13T18:55:37.772853839Z INFO Testing logs...
id: 2020-05-13T18:55:37.772853839Z
id: 2020-05-13T18:55:37.772853839Z

event: container-stopped
data: end of stream

0 comments on commit 6288380

Please sign in to comment.