We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7ef77 commit a73745aCopy full SHA for a73745a
testsuite/tests/toolbox/test_service.py
@@ -153,6 +153,7 @@ def test_check_services_values():
153
attr_list = attr_list.union(["buyer_key_regenerate_enabled", "buyer_plan_change_permission"])
154
attr_list = attr_list.union(["buyers_manage_apps", "buyers_manage_keys", "custom_keys_enabled"])
155
attr_list = attr_list.union(["intentions_required", "mandatory_app_key", "referrer_filters_required"])
156
+ attr_list = attr_list.union(["annotations"])
157
attr_list.remove("system_name")
158
toolbox.check_object(
159
out_variables["ser1_entity"],
0 commit comments