summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-08 15:13:02 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-08 15:13:02 +0100
commitbd0adec30e6f1e73a08c365902268e486529c07d (patch)
treee8e4aadf740334eb3582fda807269b32fdb8e7df
parent22c1629d2db9854c606a920d8d38d328d7c2f885 (diff)
downloadlibrest-bd0adec30e6f1e73a08c365902268e486529c07d.tar.gz
Fix oauth-async endpoint
-rw-r--r--tests/oauth-async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oauth-async.c b/tests/oauth-async.c
index 6f7e7af..330d2f8 100644
--- a/tests/oauth-async.c
+++ b/tests/oauth-async.c
@@ -90,7 +90,7 @@ request_token_cb (OAuthProxy *proxy,
g_assert_cmpstr (priv->token_secret, ==, "requestsecret");
/* Second stage authentication, this gets an access token */
- oauth_proxy_access_token_async (proxy, "access_token", NULL,
+ oauth_proxy_access_token_async (proxy, "access_token.php", NULL,
access_token_cb, NULL, NULL, &error);
g_assert_no_error (error);
}