tests: fix hub url

This commit is contained in:
Victor Shyba 2022-05-20 16:50:09 -03:00
parent 6944c4a7c4
commit 4ab29c4d5f

View file

@ -1,5 +1,5 @@
__hub_url__ = (
"https://github.com/lbryio/hub/releases/download/v0.2022.01.21.1/hub"
"https://github.com/lbryio/herald/releases/download/v0.2022.01.21.1/hub"
)
from lbry.wallet.orchstr8.node import Conductor
from lbry.wallet.orchstr8.service import ConductorService