Example #1
0
def when_i_access_the_list_of_extensions_using_the_following_parameters(step):
    parameters = {h['name']: h['value'] for h in step.hashes}
    world.response = extension_action_restapi.all_extensions(parameters)
Example #2
0
def when_i_access_the_list_of_extensions(step):
    world.response = extension_action_restapi.all_extensions()