Skip to content

Commit 2543052

Browse files
committed
Fix test case
1 parent b0bf111 commit 2543052

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_oauth.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ tests:
1212

1313
oauth0030: # check curl redirect to oauth provider
1414
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
15+
stdout: '<a href="https://localhost:25223/_openrun/auth/github_test/login?state=' # redirect to the auth url
1716

1817
oauth0031: # update app to no auth
1918
command: ../openrun app update-settings auth none /oauth1

0 commit comments

Comments
 (0)