cloudkitty/releasenotes/notes/fix-url-building-do-init-7c952afaf6d909cd.yaml
Quentin Anglade 0f6806cbbd Allow missing '/' in api.v2.utils.do_init()
This fixes a bug in "api.v2.utils.do_init()" where an URL can be
misformatted if the suffix does not have a heading '/'.

Co-Authored-By: Luka Peschke <luka.peschke@objectif-libre.com>
Change-Id: I40ef5e24c2294421c63f745500503af19c9a10d4
Story: 2006609
Task: 36778
2019-09-25 10:27:42 +02:00

6 lines
145 B
YAML

---
fixes:
- |
It is not required anymore to prefix the url of a resource with a ``/``
when using ``cloudkitty.api.v2.utils.do_init``.