Skip to content

Commit

Permalink
raw data key error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Strikos committed May 30, 2016
1 parent 4fb4fb3 commit 1fa0794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_wifi():
"group_cipher": "CCMP",
"id": "0",
"ip_address": "193.0.10.126",
"key_management": "WPA2-PSK",
"key_mgmt": "WPA2-PSK",
"mode": "station",
"pairwise_cipher": "CCMP",
"ssid": "guestnet",
Expand Down

0 comments on commit 1fa0794

Please sign in to comment.