From 9d4315da2282ec849a177ab3c02fa4311b4ba1ef Mon Sep 17 00:00:00 2001 From: Nate Weller Date: Wed, 13 Nov 2024 13:52:33 -0700 Subject: [PATCH] Use valid blog_charset value in tests --- .../jetpack/tests/php/sync/test_class.jetpack-sync-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-options.php b/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-options.php index e7c4cd66c1a03..730923b7959e5 100644 --- a/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-options.php +++ b/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-options.php @@ -75,7 +75,7 @@ public function test_sync_default_options() { 'stylesheet' => 'test', 'blogname' => 'test', 'blogdescription' => 'banana', - 'blog_charset' => 'stuffs', + 'blog_charset' => 'utf-8', 'permalink_structure' => '%postname%', 'category_base' => 'orange', 'tag_base' => 'apple',