summaryrefslogtreecommitdiff
path: root/tests/oauth-async.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/oauth-async.c')
-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);
}