From e90452b99900da8c5d02af6b257eb3d77bd6ff5c Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Fri, 3 Mar 2023 09:49:18 +0100
Subject: [PATCH] feature(ajax): added nonce

---
 tests/codeception/tests/integration.suite.yml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/tests/codeception/tests/integration.suite.yml b/tests/codeception/tests/integration.suite.yml
index 3d7e221..50f5eaa 100644
--- a/tests/codeception/tests/integration.suite.yml
+++ b/tests/codeception/tests/integration.suite.yml
@@ -4,18 +4,8 @@
 
 modules:
     enabled:
-        - WPDb
         - WPLoader
     config:
-        WPDb:
-            dsn: 'mysql:host=%TEST_SITE_DB_HOST%;dbname=%TEST_SITE_DB_NAME%'
-            user: '%TEST_SITE_DB_USER%'
-            password: '%TEST_SITE_DB_PASSWORD%'
-            waitlock: 10
-            url: '%TEST_SITE_WP_URL%'
-            originalUrl: '%TEST_SITE_WP_URL%'
-            urlReplacement: true #replace the hardcoded dump URL with the one above
-            tablePrefix: '%TEST_SITE_TABLE_PREFIX%'
         WPLoader:
             multisite: false
             wpRootFolder: '%WP_ROOT_FOLDER%'
-- 
GitLab