#7050 Type error when running tests for whoami command.
Closed: fixed 7 years ago Opened 7 years ago 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

7 years ago

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

7 years ago

master:

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

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

7 years ago

Log in to comment on this ticket.

Metadata