d66e5b7 tests: Version is currently generated during command call

Authored and Committed by tbabej 8 years ago
    tests: Version is currently generated during command call
    
    In the previous versions, version in the response was generated
    as part of the process_keyword_arguments method. This is no longer true,
    and so the explicit check for it should be removed.
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>