You need to seek apparently.

This commit is contained in:
Nicolas Patry 2025-02-21 18:47:17 +01:00
parent 97c5f7e685
commit 10e174b94a
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -83,6 +83,7 @@ def container_log(request: SubRequest):
print(error_log.read(), file=sys.stderr)
else:
error_log.truncate(0)
error_log.seek(0)
class ResponseComparator(JSONSnapshotExtension):