From 0d44b098f40c0ed6e5187d0ef8bc82f28e010024 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 29 Jul 2022 15:23:15 +0200 Subject: [PATCH] tests - fix prestashop URL --- examples/prestashop/tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/prestashop/tests.json b/examples/prestashop/tests.json index c2a5dd050..ff6ce682e 100644 --- a/examples/prestashop/tests.json +++ b/examples/prestashop/tests.json @@ -10,7 +10,7 @@ "tests": [ { "type": "string", - "url": "https://www.example.com", + "url": "https://www.example.com/administration", "string": "prestashop" } ]