MCPcopy
hub / github.com/celery/celery / default_rabbitmq_broker_ports

Function default_rabbitmq_broker_ports

t/smoke/tests/quorum_queues/conftest.py:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38@pytest.fixture
39def default_rabbitmq_broker_ports() -> dict:
40 # Expose the management UI port
41 ports = RABBITMQ_PORTS.copy()
42 ports.update({"15672/tcp": None})
43 return ports
44
45
46@pytest.fixture

Callers

nothing calls this directly

Calls 2

copyMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected