Skip to content

Commit af785bc

Browse files
committed
fixed expected output for station mode without encryption
1 parent a99b17f commit af785bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/airos/test_wpasupplicant.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ def test_no_encryption(self):
6666
expected = [
6767
{
6868
'device.1.profile': 'AUTO',
69-
'device.1.status': 'disabled',
69+
'device.1.status': 'enabled',
7070
'profile.1.name': 'AUTO',
71-
'profile.1.network.1.phase2=auth': 'MSCHAPV2',
7271
'profile.1.network.1.ssid': 'ap-ssid-example',
7372
'profile.1.network.1.priority': 100,
7473
'profile.1.network.1.key_mgmt.1.name': 'NONE',

0 commit comments

Comments
 (0)