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-13 01:37:24 +0100
commit6e46db89d46178615ae17e5b6f560677e8679574 (patch)
treec53ed858c2cb6a89a04b7b7d5bcf474e67fb15e2
parente6a0dd4918a089304172804a077c0f6e89dc4ac0 (diff)
downloadlibgweather-6e46db89d46178615ae17e5b6f560677e8679574.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;