Skip to content

Commit 459c7d8

Browse files
committed
fix test that checks restapi version, now 9.15.2
1 parent 20bbf89 commit 459c7d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/tests/services/system/test_system_get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_keys(self, key, type_):
4747
(
4848
("cmf_version", "3.7"),
4949
("debug_mode", "No"),
50-
("plone_restapi_version", "9.15.1"),
50+
("plone_restapi_version", "9.15.2"),
5151
("plone_version", "6.1.2"),
5252
("upgrade", False),
5353
),

0 commit comments

Comments
 (0)