mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
nmcli: Fix GSM unit test
* Fix copy-paste error in test_gsm_mod
This commit is contained in:
parent
bdba2b8c2e
commit
c61581ae32
1 changed files with 2 additions and 3 deletions
|
@ -2271,9 +2271,8 @@ def test_gsm_mod(mocked_generic_connection_modify, capfd):
|
||||||
|
|
||||||
args_text = list(map(to_text, args[0]))
|
args_text = list(map(to_text, args[0]))
|
||||||
for param in [
|
for param in [
|
||||||
'gsm.apn', 'web.vodafone.de',
|
'gsm.username', 't-mobile',
|
||||||
'gsm.username', '',
|
'gsm.password', 'tm',
|
||||||
'gsm.password', '',
|
|
||||||
]:
|
]:
|
||||||
assert param in args_text
|
assert param in args_text
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue