summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/httpcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpcache.c b/tests/httpcache.c
index 57f92b04..095b732f 100644
--- a/tests/httpcache.c
+++ b/tests/httpcache.c
@@ -3,7 +3,7 @@
int
main (int argc, char *argv[])
{
- g_autoptr(SoupSession) session = flatpak_create_soup_session (PACKAGE_STRING);
+ g_autoptr(FlatpakHttpSession) session = flatpak_create_http_session (PACKAGE_STRING);
GError *error = NULL;
const char *url, *dest;
int flags = 0;