diff options
author | fett0 <50275740+fett0@users.noreply.github.com> | 2024-08-05 12:31:17 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-05 12:31:17 -0300 |
commit | 200fa3dc958e1a225e8e5f45c06e9009cd18a494 (patch) | |
tree | 0b2ce77e6cb9e002bc87c25245ac43b5aaa2ae72 /smoketest/scripts | |
parent | 48c4e500a1452a6df8c718209b6c93a83dbbd04e (diff) | |
download | vyos-1x-200fa3dc958e1a225e8e5f45c06e9009cd18a494.tar.gz vyos-1x-200fa3dc958e1a225e8e5f45c06e9009cd18a494.zip |
remove wrong "("
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-x | smoketest/scripts/cli/test_interfaces_openvpn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_openvpn.py b/smoketest/scripts/cli/test_interfaces_openvpn.py index 3f05dd81c..48ea318ef 100755 --- a/smoketest/scripts/cli/test_interfaces_openvpn.py +++ b/smoketest/scripts/cli/test_interfaces_openvpn.py @@ -678,7 +678,7 @@ class TestInterfacesOpenVPN(VyOSUnitTestSHIM.TestCase): self.assertIn(f'dh /run/openvpn/{vtun_if}_dh.pem', config) # check that no interface remained after deleting them - self.cli_delete((['interfaces', 'bridge', br_if, 'member', 'interface', vtun_if]) + self.cli_delete(['interfaces', 'bridge', br_if, 'member', 'interface', vtun_if]) self.cli_delete(base_path) self.cli_commit() |