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 b0bf111 commit 2543052Copy full SHA for 2543052
tests/test_oauth.yaml
@@ -12,8 +12,7 @@ tests:
12
13
oauth0030: # check curl redirect to oauth provider
14
command: curl localhost:25222/oauth1
15
- stdout:
16
- exactly: '<a href="https://localhost:25223/_openrun/auth/github_test">Temporary Redirect</a>.' # redirect to the auth url
+ stdout: '<a href="https://localhost:25223/_openrun/auth/github_test/login?state=' # 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