Skip to content
Snippets Groups Projects
Commit 9a29fc3c authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Add idp_auth_complete to the page_request_test.

issue #1794
parent 81e27832
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ suite.addBatch({
'GET /privacy': respondsWith(200),
'GET /verify_email_address': respondsWith(200),
'GET /add_email_address': respondsWith(200),
'GET /idp_auth_complete': respondsWith(200),
'GET /pk': respondsWith(200),
'GET /.well-known/browserid': respondsWith(200),
'GET /signin': respondsWith(200),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment