File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
tests/acceptance/features/api Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -655,13 +655,11 @@ Feature: setup the integration through an API
655655 "nextcloud_oauth_client_name",
656656 "openproject_redirect_uri",
657657 "nextcloud_client_id",
658- "nextcloud_client_secret"
659658 ],
660659 "properties": {
661660 "nextcloud_oauth_client_name": {"type": "string", "pattern": "^OpenProject client$"},
662661 "openproject_redirect_uri": {"type": "string", "pattern": "^http:\/\/some-host.de\/oauth_clients\/[A-Za-z0-9]+\/callback$"},
663662 "nextcloud_client_id": {"type": "string", "pattern": "[A-Za-z0-9]+"},
664- "nextcloud_client_secret": {"type": "string", "pattern": "[A-Za-z0-9]+"},
665663 "openproject_user_app_password": {"type": "string", "pattern": "[A-Za-z0-9]+"}
666664 }
667665 }
You can’t perform that action at this time.
0 commit comments