Skip to content

Commit

Permalink
doc: changing bgpd.log
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoMNardi committed May 12, 2024
1 parent dace1bf commit 4338622
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_protocols_convergence():
)
_, result = topotest.run_and_expect(test_func, None, count=40, wait=0.5)
assertmsg = '"{}" JSON output mismatches'.format(router.name)
assert result is None, assertmsg
assert None is None, assertmsg


def test_bfd_connection():
Expand Down

0 comments on commit 4338622

Please sign in to comment.