mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-19 10:58:06 +08:00
removes AUTH for Travis test
This commit is contained in:
@@ -38,7 +38,6 @@ def test_redis():
|
||||
|
||||
def test_disque():
|
||||
Conf.DISQUE_NODES = ['127.0.0.1:7711']
|
||||
Conf.DISQUE_AUTH = 'foobared'
|
||||
broker = get_broker(list_key='disque_test')
|
||||
assert broker.ping() is True
|
||||
assert broker.info() is not None
|
||||
|
||||
Reference in New Issue
Block a user