I've some issue with sentinel. its giving me error during the test.
E assert 22778 == 19998
E + where 22778 = <built-in method get of dict object at 0x7ff1ac689c58>('port')
E + where <built-in method get of dict object at 0x7ff1ac689c58> = {'password': 'EwJeV3fZTyTVozdECBMnNDwQaVLakYyk', 'port': 22778, 'user': 'nerorpc'}.get
test/unit/test_nero_config.py:62: AssertionError
======================================