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:04 +08:00 committed by GitHub
parent 9683d5e8ac
commit 3bb63612a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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