From 30d3b4d47e3c4dfd5229781bb5e45eac2004a38a Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Wed, 29 May 2024 09:54:35 -0400 Subject: [PATCH] tests: use raw string for doc to avoid deprecated python warning Signed-off-by: Christian Hopps --- tests/topotests/bgp_nexthop_mp_ipv4_6/test_nexthop_mp_ipv4_6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/bgp_nexthop_mp_ipv4_6/test_nexthop_mp_ipv4_6.py b/tests/topotests/bgp_nexthop_mp_ipv4_6/test_nexthop_mp_ipv4_6.py index 0058f213da..911a6d757f 100644 --- a/tests/topotests/bgp_nexthop_mp_ipv4_6/test_nexthop_mp_ipv4_6.py +++ b/tests/topotests/bgp_nexthop_mp_ipv4_6/test_nexthop_mp_ipv4_6.py @@ -32,7 +32,7 @@ pytestmark = [pytest.mark.bgpd, pytest.mark.isisd] def build_topo(tgen): - """ + r""" +---+ | h1| +---+ -- 2.39.5