Fix tests to reflect that we've moved to amqp
This commit is contained in:
parent
411ae185bf
commit
c3356889c9
@ -55,7 +55,4 @@ def test_setup_celery_from_config():
|
||||
'sqlite:///' +
|
||||
pkg_resources.resource_filename('mediagoblin.tests', 'celery.db'))
|
||||
|
||||
assert fake_celery_module.BROKER_TRANSPORT == 'sqlalchemy'
|
||||
assert fake_celery_module.BROKER_URL == (
|
||||
'sqlite:///' +
|
||||
pkg_resources.resource_filename('mediagoblin.tests', 'kombu.db'))
|
||||
assert fake_celery_module.BROKER_URL == 'amqp://'
|
||||
|
Loading…
x
Reference in New Issue
Block a user