Skip to content

Commit

Permalink
Issue_884: fixed linting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
geetanjalimanegslab committed Nov 15, 2024
1 parent ca30b7c commit beddaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anta/tests/routing/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def test(self) -> None:
# Verifying that the expected route-type and the actual routes are the same.
if expected_route_type != actual_route_type:
failures["routes_entries"][network] = {
vrf: {"route_type": f"Expected route type is '{expected_route_type}' " f"however in actual it is found as '{actual_route_type}'"}
vrf: {"route_type": f"Expected route type is '{expected_route_type}' however in actual it is found as '{actual_route_type}'"}
}

# Updating the result, as per the testcase failure message.
Expand Down

0 comments on commit beddaa3

Please sign in to comment.