summaryrefslogtreecommitdiff
path: root/tests/pull-api-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pull-api-test.c')
-rw-r--r--tests/pull-api-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pull-api-test.c b/tests/pull-api-test.c
index 36d44a5e..edb4726d 100644
--- a/tests/pull-api-test.c
+++ b/tests/pull-api-test.c
@@ -106,7 +106,7 @@ do_fully_async_test (SoupSession *session,
/* Send the request */
g_signal_connect (msg, "finished",
G_CALLBACK (fully_async_finished), &ad);
- soup_session_send_async (session, msg, NULL, NULL, NULL);
+ soup_session_send_async (session, msg, G_PRIORITY_DEFAULT, NULL, NULL, NULL);
/* In a real program, we'd probably just return at this point.
* Eventually the caller would return all the way to the main