summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-20 16:16:00 -0700
committerBrion Vibber <brion@pobox.com>2010-10-20 16:16:00 -0700
commite611ec5dee112991490346e3cc8cdd24a746daec (patch)
tree2062c6f37a5b8ecf50b6dff316d318a2b45b1b0b /tests
parent9d401e2b15c93b91c087507ae8ac8dcb8a44f8d2 (diff)
Fix option settings on oauth_post_notice.php
Diffstat (limited to 'tests')
-rw-r--r--tests/oauth/oauth_post_notice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oauth/oauth_post_notice.php b/tests/oauth/oauth_post_notice.php
index 5e9d2a7ab..23fc04b53 100644
--- a/tests/oauth/oauth_post_notice.php
+++ b/tests/oauth/oauth_post_notice.php
@@ -23,7 +23,7 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..'));
require_once INSTALLDIR . '/extlib/OAuth.php';
$shortoptions = 't:s:u:';
-$longoptions = array('oauth_token=', 'token_secret=', 'update=');
+$longoptions = array('oauth_token=', 'oauth_token_secret=', 'update=');
$helptext = <<<END_OF_VERIFY_HELP
oauth_post_notice.php [options]