summaryrefslogtreecommitdiff
path: root/tests/oauth/oauth_verify_creds.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/oauth/oauth_verify_creds.php')
-rwxr-xr-xtests/oauth/oauth_verify_creds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oauth/oauth_verify_creds.php b/tests/oauth/oauth_verify_creds.php
index 7eea6e7e7..a37538d87 100755
--- a/tests/oauth/oauth_verify_creds.php
+++ b/tests/oauth/oauth_verify_creds.php
@@ -43,7 +43,7 @@ if (have_option('t', 'oauth_token')) {
$token = get_option_value('t', 'oauth_token');
}
-if (have_option('s', 'token_secret')) {
+if (have_option('s', 'oauth_token_secret')) {
$token_secret = get_option_value('s', 'oauth_token_secret');
}