diff options
Diffstat (limited to 'tests/ephy-shell-test.c')
-rw-r--r-- | tests/ephy-shell-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-shell-test.c b/tests/ephy-shell-test.c index 75402e6dc..4518cb2c2 100644 --- a/tests/ephy-shell-test.c +++ b/tests/ephy-shell-test.c @@ -344,7 +344,7 @@ main (int argc, char *argv[]) return -1; } - _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_PRIVATE); + _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_TEST); g_application_register (G_APPLICATION (ephy_shell), NULL, NULL); g_test_add_func ("/src/ephy-shell/basic_embeds", |