Skip to content

Commit 383f3be

Browse files
committed
Fix super admin test on SQLite
1 parent 07bc232 commit 383f3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/site-create.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Feature: Create a new site on a WP multisite
6363
6464
$super_admins = array( 1 => 'admin' );
6565
"""
66-
When I run `wp core config {CORE_CONFIG_SETTINGS} --extra-php < extra-config`
66+
When I run `wp core config {CORE_CONFIG_SETTINGS} --skip-check --extra-php < extra-config`
6767
Then STDOUT should be:
6868
"""
6969
Success: Generated 'wp-config.php' file.

0 commit comments

Comments
 (0)