diff --git a/features/step_definitions/routability.rb b/features/step_definitions/routability.rb index cea5481bab3..161171fbc65 100644 --- a/features/step_definitions/routability.rb +++ b/features/step_definitions/routability.rb @@ -19,7 +19,7 @@ def test_routability_row i else # if we hit the wrong way segment, we assume it's # because the one we tested was not unroutable - r = {} + r[:status] = nil end end result[direction] = r