mirror of
https://github.com/meshtastic/python.git
synced 2026-04-20 23:11:45 -04:00
fixing a few linter errors.
This commit is contained in:
@@ -773,7 +773,7 @@ def test_writeConfig_with_no_radioConfig(capsys):
|
||||
anode = Node("foo", "bar", noProto=True)
|
||||
|
||||
with pytest.raises(SystemExit) as pytest_wrapped_e:
|
||||
anode.writeConfig()
|
||||
anode.writeConfig('foo')
|
||||
assert pytest_wrapped_e.type == SystemExit
|
||||
assert pytest_wrapped_e.value.code == 1
|
||||
out, err = capsys.readouterr()
|
||||
|
||||
Reference in New Issue
Block a user