Skip to content

Commit f2c453d

Browse files
committed
enable rabbit mq by defaulkt
1 parent 5eab3d3 commit f2c453d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/storage/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def enabled_rabbitmq(
191191
@pytest.fixture
192192
def app_settings(
193193
app_environment: EnvVarsDict,
194+
enabled_rabbitmq: RabbitSettings,
194195
sqlalchemy_async_engine: AsyncEngine,
195196
postgres_host_config: dict[str, str],
196197
mocked_s3_server_envs: EnvVarsDict,

0 commit comments

Comments
 (0)