Skip to content

Commit 0f1c58a

Browse files
committed
test: update feature_proxy to torv3
1 parent ea1e5c2 commit 0f1c58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/feature_proxy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ def node_test(self, node, proxies, auth, test_onion=True):
147147
self.network_test(node, addr, network=NET_IPV6)
148148

149149
if test_onion:
150-
addr = "bitcoinostk4e4re.onion:8333"
150+
addr = "pg6mmjiyjmcrsslvykfwnntlaru7p5svn6y2ymmju6nubxndf4pscryd.onion:8333"
151151
self.log.debug("Test: outgoing onion connection through node for address {}".format(addr))
152152
node.addnode(addr, "onetry")
153153
cmd = proxies[2].queue.get()
154154
assert isinstance(cmd, Socks5Command)
155155
assert_equal(cmd.atyp, AddressType.DOMAINNAME)
156-
assert_equal(cmd.addr, b"bitcoinostk4e4re.onion")
156+
assert_equal(cmd.addr, b"pg6mmjiyjmcrsslvykfwnntlaru7p5svn6y2ymmju6nubxndf4pscryd.onion")
157157
assert_equal(cmd.port, 8333)
158158
if not auth:
159159
assert_equal(cmd.username, None)

0 commit comments

Comments
 (0)