mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
When running "test_batch_plugin" with Py2 against Py3 server we got assertion error due to a command trying to run as bytes. E.g.: unknown command 'b'ping'' https://pagure.io/freeipa/issue/7131 Reviewed-By: Christian Heimes <cheimes@redhat.com>