test-network: drop unnecessary default argument

This commit is contained in:
Yu Watanabe
2022-07-22 10:34:33 +09:00
parent 87b308c825
commit 249b7eccf7

View File

@@ -597,7 +597,7 @@ def tear_down_common():
flush_links()
# 5. stop networkd
stop_networkd(show_logs=True)
stop_networkd()
# 6. remove configs
clear_network_units()