fix standalone tests

This commit is contained in:
Firmware Batman
2017-10-15 17:17:55 -07:00
parent 11d4509054
commit 435decee22

View File

@@ -22,7 +22,6 @@ def connect_wo_esp():
def connect_wifi():
p = Panda()
dongle_id, pw = p.get_serial()
dongle_id = ssid.strip("\x00")
assert(dongle_id.isalnum())
_connect_wifi(dongle_id, pw)