From e92fc33f9728a785cfd966205196c24f0992726e Mon Sep 17 00:00:00 2001 From: shashwata Date: Fri, 26 Jan 2024 11:07:33 +0600 Subject: [PATCH] fix plugin path --- tests/pw/.wp-env.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/pw/.wp-env.json b/tests/pw/.wp-env.json index c1b4fdcbe0..59885a9ef9 100644 --- a/tests/pw/.wp-env.json +++ b/tests/pw/.wp-env.json @@ -11,7 +11,7 @@ "https://github.com/shashwatahalder01/TestUtils/raw/main/ba.zip", "https://github.com/shashwatahalder01/TestUtils/raw/main/wa.zip", "https://github.com/shashwatahalder01/TestUtils/raw/main/wb.zip", - "https://github.com/shashwatahalder01/TestUtils/raw/main/wps.zip", + "https://github.com/shashwatahalder01/TestUtils/raw/main/wpa.zip", "https://github.com/shashwatahalder01/TestUtils/raw/main/ws.zip" ], "themes": ["https://downloads.wordpress.org/theme/storefront.latest-stable.zip"], @@ -22,7 +22,8 @@ "WP_DEBUG_DISPLAY": "true" }, "mappings": { - ".htaccess": ".htaccess" + ".htaccess": ".htaccess", + "wp-content/debug.log": "./debuglog/debug.log" } } }