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