summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2020-06-15 18:38:53 +0200
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-06-16 16:16:51 +0000
commita72d21d758a3ac8c3dce8d4373941dfbf6f517aa (patch)
treec934cb5026676498e4135bc7d2712442c370eb18 /tests
parent4c17aa94710c9b46671b17783cb1982e83e0a7e0 (diff)
downloadepiphany-a72d21d758a3ac8c3dce8d4373941dfbf6f517aa.tar.gz
Fix webapp notification support
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1228
Diffstat (limited to 'tests')
-rw-r--r--tests/ephy-web-app-utils-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-web-app-utils-test.c b/tests/ephy-web-app-utils-test.c
index 75b0642c9..5026388db 100644
--- a/tests/ephy-web-app-utils-test.c
+++ b/tests/ephy-web-app-utils-test.c
@@ -83,7 +83,7 @@ test_web_app_lifetime (void)
g_free (exec);
g_assert_null (g_key_file_get_string (key_file, "Desktop Entry", "Icon", NULL));
wm_class = g_key_file_get_string (key_file, "Desktop Entry", "StartupWMClass", NULL);
- program_name = g_strdup_printf ("epiphany-%s", id);
+ program_name = g_strdup_printf ("org.gnome.Epiphany.WebApp-%s", id);
g_assert_cmpstr (wm_class, ==, program_name);
g_free (program_name);
g_free (wm_class);