#7050 Type error when running tests for whoami command.
Closed: fixed Opened by tdudlak.

While writing xmlrpc test for this plugin I bumped into:

TypeError: whoami.validate_output():
    output['arguments']: need (<type 'list'>,); got <type 'tuple'>: (u'krb_staged_user',)

Solution is to add tuple to output argument's types.


Metadata Update from @tdudlak:
- Issue assigned to tdudlak

Metadata Update from @tdudlak:
- Issue set to the milestone: FreeIPA 4.6

master:

  • 17f03a7952ff444a36c40dd6aaf5c27ef087d41d whoami.py: Type error when running tests

Metadata Update from @pvomacka:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata