Example #1
0
def then_the_line__no_longer_exists(step, line_id):
    response = line_action_restapi.get(line_id)
    assert_that(response.status, equal_to(404))
Example #2
0
def when_i_ask_for_line_with_id_group1(step, line_id):
    line_id = int(line_id)
    world.response = line_action_restapi.get(line_id)