def when_i_get_the_list_of_extensions_associated_to_sip_line_group1(step, sip_username):
    line_sip = line_sip_helper.get_by_username(sip_username)
    world.response = action.extensions_for_line(line_sip['id'])
def when_i_get_the_list_of_extensions_associated_to_a_fake_line(step):
    world.response = action.extensions_for_line(FAKE_ID)