Skip to content

software/fluentd/test: adjust test for msgpack >= 1.0

Jérome Perrin requested to merge fix/fluentd-msgpack-1.0 into master

As described in https://github.com/msgpack/msgpack-python#major-breaking-changes-in-msgpack-10 raw is False by default for unpacker so we receive strings, not bytes

Merge request reports