mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix unicode failures in Env tests and dn failures in XML-RPC tests
This commit is contained in:
@@ -754,7 +754,7 @@ For example:
|
||||
>>> api.register(motd)
|
||||
>>> api.finalize()
|
||||
>>> api.Command.motd()
|
||||
{'result': 'Hello, world!'}
|
||||
{'result': u'Hello, world!'}
|
||||
|
||||
Also see the `plugable.API.bootstrap_with_global_options()` method.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user