1
0
Fork 0
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:
Manuel Gayer 2021-08-31 17:23:39 +02:00
parent bdba2b8c2e
commit c61581ae32

View file

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