Don't reset response, so log_fail won't crash cucumber
This commit is contained in:
parent
f5b079b8e7
commit
4b81331d53
@ -19,7 +19,7 @@ def test_routability_row i
|
|||||||
else
|
else
|
||||||
# if we hit the wrong way segment, we assume it's
|
# if we hit the wrong way segment, we assume it's
|
||||||
# because the one we tested was not unroutable
|
# because the one we tested was not unroutable
|
||||||
r = {}
|
r[:status] = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
result[direction] = r
|
result[direction] = r
|
||||||
|
Loading…
Reference in New Issue
Block a user