mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-15 15:50:07 +00:00
Merge pull request #13563 from donaldsharp/remove_true
tests: pytest does not like return True from a test
This commit is contained in:
commit
f0ac9aa4a7
@ -409,8 +409,6 @@ def test_bgp_remove_private_as():
|
|||||||
# the old flag after each iteration so we only test the flags we expect.
|
# the old flag after each iteration so we only test the flags we expect.
|
||||||
_change_remove_type(rmv_type, "del")
|
_change_remove_type(rmv_type, "del")
|
||||||
|
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
args = ["-s"] + sys.argv[1:]
|
args = ["-s"] + sys.argv[1:]
|
||||||
|
Loading…
Reference in New Issue
Block a user