prefix_url¶
Scope: function | Returns: callable
The prefix_url fixture returns a callable that prepends the test database name to a URL path. Lime CRM endpoints are prefixed with the database name, so this fixture is used alongside HTTP client fixtures to build correct request URLs.