Merge pull request #13563 from donaldsharp/remove_true

tests: pytest does not like return True from a test
This commit is contained in:
Donatas Abraitis 2023-05-22 09:38:53 +03:00 committed by GitHub
commit f0ac9aa4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:]