Skip to content

Commit bebe7ec

Browse files
committed
fix test expectations
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
1 parent 579bca3 commit bebe7ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/acceptance/features/api/setup.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)