forked from LBRYCommunity/lbry-sdk
remove invalid reflector_component test config
This commit is contained in:
parent
fa7e9923f4
commit
03396c1993
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ def get_test_daemon(conf: Config, with_fee=False):
|
||||||
component_manager = ComponentManager(
|
component_manager = ComponentManager(
|
||||||
conf, skip_components=[
|
conf, skip_components=[
|
||||||
DATABASE_COMPONENT, DHT_COMPONENT, WALLET_COMPONENT, UPNP_COMPONENT,
|
DATABASE_COMPONENT, DHT_COMPONENT, WALLET_COMPONENT, UPNP_COMPONENT,
|
||||||
PEER_PROTOCOL_SERVER_COMPONENT, REFLECTOR_COMPONENT, HASH_ANNOUNCER_COMPONENT,
|
PEER_PROTOCOL_SERVER_COMPONENT, HASH_ANNOUNCER_COMPONENT,
|
||||||
EXCHANGE_RATE_MANAGER_COMPONENT, BLOB_COMPONENT,
|
EXCHANGE_RATE_MANAGER_COMPONENT, BLOB_COMPONENT, HEADERS_COMPONENT,
|
||||||
HEADERS_COMPONENT, RATE_LIMITER_COMPONENT],
|
RATE_LIMITER_COMPONENT],
|
||||||
file_manager=FakeFileManager
|
file_manager=FakeFileManager
|
||||||
)
|
)
|
||||||
daemon = LBRYDaemon(conf, component_manager=component_manager)
|
daemon = LBRYDaemon(conf, component_manager=component_manager)
|
||||||
|
|
Loading…
Reference in a new issue