You need to seek apparently. (#3049)

This commit is contained in:
Nicolas Patry 2025-02-24 14:58:23 +01:00 committed by GitHub
parent c00add9c03
commit cea9dbc971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,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):