summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-01-12 17:53:04 +0100
committerBastien Nocera <hadess@hadess.net>2021-01-12 17:53:04 +0100
commitadb13b7e1871d67dfdc49c6c00befcb055485eeb (patch)
tree0de9c396bb500e06e3b4b2fa49bec7e6c7be5334
parent605d24eae2a9d0fe061d9c08ce322fd9085003f1 (diff)
downloadlibgweather-adb13b7e1871d67dfdc49c6c00befcb055485eeb.tar.gz
tests: Fix weather test not setting contact info
-rw-r--r--libgweather/test_weather.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgweather/test_weather.c b/libgweather/test_weather.c
index 97ad38c..289f970 100644
--- a/libgweather/test_weather.c
+++ b/libgweather/test_weather.c
@@ -156,6 +156,7 @@ main (int argc, char **argv)
loop = g_main_loop_new (NULL, TRUE);
info = gweather_info_new (NULL);
+ gweather_info_set_contact_info (info, "https://gitlab.gnome.org/GNOME/libgweather/");
gweather_info_set_application_id (info, "org.gnome.LibGWeather");
if (!set_providers (info))
return 1;