Skip to content

Commit bbdc359

Browse files
committed
Fix test
1 parent 723a927 commit bbdc359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_oauth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tests:
1313
oauth0030: # check curl redirect to oauth provider
1414
command: curl localhost:25222/oauth1
1515
stdout:
16-
exactly: '<a href="/_openrun/auth/github_test">Temporary Redirect</a>.' # redirect to the auth url
16+
exactly: '<a href="https://localhost:25223/_openrun/auth/github_test">Temporary Redirect</a>.' # redirect to the auth url
1717

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

0 commit comments

Comments
 (0)