mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
nmcli: Fix GSM unit test
* Fix copy-paste error in test_gsm_mod
This commit is contained in:
@@ -2271,9 +2271,8 @@ def test_gsm_mod(mocked_generic_connection_modify, capfd):
|
||||
|
||||
args_text = list(map(to_text, args[0]))
|
||||
for param in [
|
||||
'gsm.apn', 'web.vodafone.de',
|
||||
'gsm.username', '',
|
||||
'gsm.password', '',
|
||||
'gsm.username', 't-mobile',
|
||||
'gsm.password', 'tm',
|
||||
]:
|
||||
assert param in args_text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user