summaryrefslogtreecommitdiff
path: root/tests/oauth.c
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-08 15:31:10 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-08 15:31:10 +0100
commite34281891704efd131c666079984ae114079f568 (patch)
treefad86f5997fb053efcced5dbc555932841c5f392 /tests/oauth.c
parentb7b09e3921c29d2af891382e5c905436984db13e (diff)
downloadlibrest-e34281891704efd131c666079984ae114079f568.tar.gz
Fix the endpoint in the oauth test
Diffstat (limited to 'tests/oauth.c')
-rw-r--r--tests/oauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oauth.c b/tests/oauth.c
index 02be3f2..22f846e 100644
--- a/tests/oauth.c
+++ b/tests/oauth.c
@@ -51,7 +51,7 @@ main (int argc, char **argv)
g_assert_cmpstr (priv->token_secret, ==, "requestsecret");
/* Second stage authentication, this gets an access token */
- oauth_proxy_access_token (OAUTH_PROXY (proxy), "access_token", NULL, &error);
+ oauth_proxy_access_token (OAUTH_PROXY (proxy), "access_token.php", NULL, &error);
g_assert_no_error (error);
g_assert_cmpstr (priv->token, ==, "accesskey");