Update tests/pubsub/conftest.py

Co-Authored-By: NIC Lin <twedusuck@gmail.com>
This commit is contained in:
Kevin Mai-Husan Chia 2019-07-31 16:07:48 +08:00 committed by GitHub
parent 3bb63612a9
commit c0e253a524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ def _make_pubsubs(hosts, pubsub_routers):
@pytest.fixture
def pubsubs_fsub(hosts, floodsubs):
_pubsubs_fsub = _make_pubsubs(hosts, floodsubs)
yield _pubsubs_gsub
yield _pubsubs_fsub
# TODO: Clean up