Skip to content

Commit

Permalink
fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 3, 2025
1 parent 0de37d8 commit 4b4327c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/web/__snapshots__/web.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ data: []


event: container-event
data: {"name":"start","host":"localhost","actorId":"1234"}
data: {"name":"start","host":"localhost","actorId":"1234","time":"0001-01-01T00:00:00Z"}

/* snapshot: Test_handler_streamLogs_error_finding_container */
HTTP/1.1 404 Not Found
Expand Down Expand Up @@ -193,7 +193,7 @@ data: {"m":"INFO Testing logs...","ts":0,"id":4256192898,"l":"info","s":"stdout"


event: container-event
data: {"name":"container-stopped","host":"localhost","actorId":"123456"}
data: {"name":"container-stopped","host":"localhost","actorId":"123456","time":"2025-01-03T10:52:34.003134-08:00"}

/* snapshot: Test_handler_streamLogs_happy_container_stopped */
HTTP/1.1 200 OK
Expand All @@ -208,7 +208,7 @@ X-Accel-Buffering: no
:ping

event: container-event
data: {"name":"container-stopped","host":"localhost","actorId":"123456"}
data: {"name":"container-stopped","host":"localhost","actorId":"123456","time":"2025-01-03T10:52:34.109992-08:00"}

/* snapshot: Test_handler_streamLogs_happy_with_id */
HTTP/1.1 200 OK
Expand All @@ -227,4 +227,4 @@ id: 1589396137772


event: container-event
data: {"name":"container-stopped","host":"localhost","actorId":"123456"}
data: {"name":"container-stopped","host":"localhost","actorId":"123456","time":"2025-01-03T10:52:34.056228-08:00"}

0 comments on commit 4b4327c

Please sign in to comment.