diff options
Diffstat (limited to 'clients/tests/test-client.py')
-rwxr-xr-x | clients/tests/test-client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tests/test-client.py b/clients/tests/test-client.py index ff5a3604dd..307a1182f3 100755 --- a/clients/tests/test-client.py +++ b/clients/tests/test-client.py @@ -947,7 +947,7 @@ class TestNmcli(NmTestBase): self.call_nmcli_l(['con', 's', 'ethernet'], replace_stdout = replace_stdout) - self.call_nmcli_l(['-f', 'ALL', 'dev', 's', 'eth0'], + self.call_nmcli_l(['-f', 'ALL', 'dev', 'status'], replace_stdout = replace_stdout) self.call_nmcli_l(['-f', 'ALL', 'dev', 'show', 'eth0'], |