summaryrefslogtreecommitdiff
path: root/tests/test-utils.c
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2020-10-28 12:52:49 -0500
committerPatrick Griffis <pgriffis@igalia.com>2020-10-28 12:52:49 -0500
commit0120f183ca2b74abeee8439f73abc8ab504fbccf (patch)
tree56e8b1b7a34956628ca21ed44668504d994f0b39 /tests/test-utils.c
parent12ee21b08b58d347a11f01180e4f96f4ba3fa9ba (diff)
downloadlibsoup-0120f183ca2b74abeee8439f73abc8ab504fbccf.tar.gz
Make SoupMessage a private and final type
Diffstat (limited to 'tests/test-utils.c')
-rw-r--r--tests/test-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-utils.c b/tests/test-utils.c
index be561861..a0e164d9 100644
--- a/tests/test-utils.c
+++ b/tests/test-utils.c
@@ -366,7 +366,7 @@ soup_test_session_send_message (SoupSession *session,
if (stream)
g_object_unref (stream);
- return msg->status_code;
+ return soup_message_get_status (msg);
}
static void