Skip to content
Snippets Groups Projects
  • Thomas Woerner's avatar
    3147f312
    user: Fix no modifications to be performed error · 3147f312
    Thomas Woerner authored
    The no_members parameter is added to args for the api command. But
    no_members is never part of res_find from user-show, therefore this
    parameter needs to be ignored in compare_args_ipa.
    
    This is needed to prevent an error in the idempotency test where a
    user is ensured again with the same settings.
    3147f312
    History
    user: Fix no modifications to be performed error
    Thomas Woerner authored
    The no_members parameter is added to args for the api command. But
    no_members is never part of res_find from user-show, therefore this
    parameter needs to be ignored in compare_args_ipa.
    
    This is needed to prevent an error in the idempotency test where a
    user is ensured again with the same settings.