From dc452e2847e7b2d1a6f700fd44625c112c3ff1bb Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 29 Nov 2018 11:06:00 -0800 Subject: [PATCH] Adds snapshot as binary --- .gitattributes | 1 + __snapshots__/dozzle.snapshot | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ac922201 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.snapshot binary diff --git a/__snapshots__/dozzle.snapshot b/__snapshots__/dozzle.snapshot index c0b32781..e598ed9f 100644 --- a/__snapshots__/dozzle.snapshot +++ b/__snapshots__/dozzle.snapshot @@ -1,6 +1,6 @@ /* snapshot: /api/containers.json */ -HTTP/1.1 200 OK -Connection: close -Content-Type: text/plain; charset=utf-8 - +HTTP/1.1 200 OK +Connection: close +Content-Type: text/plain; charset=utf-8 + [{"id":"1234567890","names":null,"name":"test","image":"image","imageId":"image_id","command":"command","created":0,"state":"state","status":"status"}] \ No newline at end of file