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 723a927 commit bbdc359Copy full SHA for bbdc359
tests/test_oauth.yaml
@@ -13,7 +13,7 @@ tests:
13
oauth0030: # check curl redirect to oauth provider
14
command: curl localhost:25222/oauth1
15
stdout:
16
- exactly: '<a href="/_openrun/auth/github_test">Temporary Redirect</a>.' # redirect to the auth url
+ exactly: '<a href="https://localhost:25223/_openrun/auth/github_test">Temporary Redirect</a>.' # redirect to the auth url
17
18
oauth0031: # update app to no auth
19
command: ../openrun app update-settings auth none /oauth1
0 commit comments