mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 03:55:20 +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.
|
||||
_change_remove_type(rmv_type, "del")
|
||||
|
||||
return True
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
args = ["-s"] + sys.argv[1:]
|
||||
|
Loading…
Reference in New Issue
Block a user