CSteipp has uploaded a new change for review. https://gerrit.wikimedia.org/r/74572
Change subject: Update test clients to call Special:MWOAUth ...................................................................... Update test clients to call Special:MWOAUth Change-Id: I738f36befbc3ad5525faf3eb22b3478694b6863c --- M tests/testClient.php M tests/testClientHeaders.php 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OAuth refs/changes/72/74572/1 diff --git a/tests/testClient.php b/tests/testClient.php index 6820b20..bd3b1ae 100644 --- a/tests/testClient.php +++ b/tests/testClient.php @@ -12,7 +12,7 @@ $consumerKey = 'dpf43f3p2l4k3l03'; $consumerSecret = 'kd94hf93k423kf44'; -$baseurl = 'https://localhost/wiki/index.php?title=Special:OAuth'; +$baseurl = 'https://localhost/wiki/index.php?title=Special:MWOAuth'; $endpoint = $baseurl . '/initiate&format=json'; $endpoint_acc = $baseurl . '/token&format=json'; diff --git a/tests/testClientHeaders.php b/tests/testClientHeaders.php index 920ad2a..82c8a19 100644 --- a/tests/testClientHeaders.php +++ b/tests/testClientHeaders.php @@ -12,7 +12,7 @@ $consumerKey = 'dpf43f3p2l4k3l03'; $consumerSecret = 'kd94hf93k423kf44'; -$baseurl = 'https://localhost/wiki/index.php?title=Special:OAuth'; +$baseurl = 'https://localhost/wiki/index.php?title=Special:MWOAuth'; $endpoint = $baseurl . '/initiate&format=json'; $endpoint_acc = $baseurl . '/token&format=json'; -- To view, visit https://gerrit.wikimedia.org/r/74572 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I738f36befbc3ad5525faf3eb22b3478694b6863c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OAuth Gerrit-Branch: master Gerrit-Owner: CSteipp <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
