summaryrefslogtreecommitdiff
path: root/tests/functional/api/test_services.py
Commit message (Collapse)AuthorAgeFilesLines
* test(services): add functional tests for servicesNejc Habjan2022-02-031-1/+28
|
* fix(api): services: add missing `lazy` parameterjlvillal/lazy_serviceJohn L. Villalovos2022-01-131-0/+11
Commit 8da0b758c589f608a6ae4eeb74b3f306609ba36d added the `lazy` parameter to the services `get()` method but missed then using the `lazy` parameter when it called `super(...).get(...)` Closes: #1828