diff --git a/bindings/python/test_startup.py b/bindings/python/test_startup.py index b72e5cf5f..e4cfaf8c0 100755 --- a/bindings/python/test_startup.py +++ b/bindings/python/test_startup.py @@ -31,7 +31,7 @@ class TestClass: assert my_rig.get_conf("retry") == '5' assert my_rig.error_status == Hamlib.RIG_OK - # assert Hamlib.rigerror(my_rig.error_status) == "Command completed successfully\n" # FIXME: the string returned contains debug messages, fix in PR #1727 + assert Hamlib.rigerror(my_rig.error_status) == "Command completed successfully\n" assert my_rig.set_freq(Hamlib.RIG_VFO_B, 5700000000) is None assert my_rig.set_vfo(Hamlib.RIG_VFO_B) is None