Skip to content

Commit

Permalink
Merge pull request #3829 from owncloud/useOpenidConnectInsecure
Browse files Browse the repository at this point in the history
[tests-only] use openid-connect insecure  and not debug setting
  • Loading branch information
kulmann authored Jul 27, 2020
2 parents 2015531 + 0f32cbd commit d5e39c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def setupGraphapiOIdC():
'php occ config:system:set cors.allowed-domains 0 --value="http://phoenix:9100"',
'php occ config:system:set memcache.local --value="\\\\OC\\\\Memcache\\\\APCu"',
'php occ config:system:set phoenix.baseUrl --value="http://phoenix:9100"',
'php occ config:system:set debug --value=true --type=bool',
'php occ config:system:set openid-connect insecure --value=true --type=bool',
'php occ config:list'
]
}]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ Feature: Share by public link
And the public uses the webUI to access the last public link created by user "user1" with password "qwertyui"
Then file "lorem.txt" should be listed on the webUI

@skipOnOCIS
@skipOnOCIS @skip @issue-3830
Scenario: user edits the password of an already existing public link and tries to access with old password
Given user "user1" has shared folder "simple-folder" with link with "read, update, create, delete" permissions and password "pass123"
And user "user1" has created a public link with following settings
Expand Down

0 comments on commit d5e39c8

Please sign in to comment.