Ejemplo n.º 1
0
def when_i_create_voicemails_with_the_following_parameters(step):
    for row in step.hashes:
        voicemail = _extract_voicemail_info_to_restapi(row)
        world.response = voicemail_action_restapi.create_voicemail(voicemail)
Ejemplo n.º 2
0
def when_i_create_voicemails_with_the_following_parameters(step):
    for row in step.hashes:
        voicemail = _extract_voicemail_info_to_restapi(row)
        world.response = voicemail_action_restapi.create_voicemail(voicemail)
Ejemplo n.º 3
0
def when_i_create_an_empty_voicemail(step):
    world.response = voicemail_action_restapi.create_voicemail({})
Ejemplo n.º 4
0
def when_i_create_an_empty_voicemail(step):
    world.response = voicemail_action_restapi.create_voicemail({})