Skip to content

Commit cb7fe53

Browse files
authored
Merge pull request #434 from wp-cli/fix-super-admin-sqlite
2 parents 07bc232 + 383f3be commit cb7fe53

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)