From fcf72f0943cb9ec28b0e564cf39b74913ab94c26 Mon Sep 17 00:00:00 2001 From: Jan Sarenik Date: Sun, 13 Dec 2020 21:33:18 +0100 Subject: [PATCH] WIP: test_misc.py: Use network TEST_NETWORK Addresses #4159 --- tests/test_misc.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_misc.py b/tests/test_misc.py index 4e4d1719fa49..ae0a8b32447d 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -2054,8 +2054,6 @@ def test_testnet_upgrade(node_factory): # We need to allow this, otherwise no upgrade! del l1.daemon.opts['allow-deprecated-apis'] - # We want to test default network - del l1.daemon.opts['network'] # Wrong chain, will fail to start, but that's OK. with pytest.raises(ValueError): @@ -2145,8 +2143,6 @@ def test_new_node_is_mainnet(node_factory): # Don't suppress upgrade (though it shouldn't happen!) del l1.daemon.opts['allow-deprecated-apis'] - # We want to test default network - del l1.daemon.opts['network'] # Wrong chain, will fail to start, but that's OK. with pytest.raises(ValueError):