diff --git a/tests/test_connectivity.py b/tests/test_connectivity.py index ee489bf38..17994eeaf 100644 --- a/tests/test_connectivity.py +++ b/tests/test_connectivity.py @@ -381,4 +381,4 @@ class TestFirmwareUpgrade(object): data = data.json() allure.attach(name=str(data['firmware']) + str(current_version_ap), body="") status.append(current_version_ap == data['firmware'].split()) - assert False not in status \ No newline at end of file + assert False not in status