Browse Source

pytest: Temporarily disable alias and color checking for DEVELOPER=0

Signed-off-by: Christian Decker <decker.christian@gmail.com>
ppa-0.6.1
Christian Decker 7 years ago
committed by Rusty Russell
parent
commit
b8b4998f7a
  1. 2
      tests/test_lightningd.py

2
tests/test_lightningd.py

@ -1461,6 +1461,8 @@ class LightningDTests(BaseLightningDTests):
assert n2['nodeid'] == l2.info['id']
# Might not have seen other node-announce yet.
# TODO(cdecker) Can't check these without DEVELOPER=1, re-enable after we get alias and color into getinfo
if DEVELOPER:
assert n1['alias'] == 'JUNIORBEAM'
assert n1['color'] == '0266e4'
if not 'alias' in n2:

Loading…
Cancel
Save