Skip to content

Commit 6d9ed41

Browse files
committed
Fix failing test
1 parent 671f908 commit 6d9ed41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/services/system/test_system_get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_keys(self, key, type_):
4646
(
4747
("cmf_version", "3.7"),
4848
("debug_mode", "No"),
49-
("plone_restapi_version", "9.13.3"),
49+
("plone_restapi_version", "9.14.0"),
5050
("plone_version", "6.1.1"),
5151
("upgrade", False),
5252
),

0 commit comments

Comments
 (0)