summaryrefslogtreecommitdiff
path: root/tests/unit/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_base.py')
-rw-r--r--tests/unit/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_base.py b/tests/unit/test_base.py
index cccdfad..137f480 100644
--- a/tests/unit/test_base.py
+++ b/tests/unit/test_base.py
@@ -57,7 +57,7 @@ class TestRESTManager:
def test_computed_path_with_parent(self):
class MGR(base.RESTManager):
- _path = "/tests/%(test_id)s/cases"
+ _path = "/tests/{test_id}/cases"
_obj_cls = object
_from_parent_attrs = {"test_id": "id"}