@@ -111,7 +111,7 @@ Feature: Refresh the salts in the wp-config.php file
111111 When I run `wp config shuffle-salts AUTH_KEY NONCE_KEY`
112112 Then STDOUT should contain:
113113 """
114- Shuffled the salt keys .
114+ Shuffled 2 of 2 salts .
115115 """
116116 And the wp-config.php file should not contain:
117117 """
@@ -199,7 +199,7 @@ Feature: Refresh the salts in the wp-config.php file
199199 When I try `wp config shuffle-salts AUTH_KEY NEW_KEY`
200200 Then STDOUT should contain:
201201 """
202- Shuffled the salt keys .
202+ Shuffled 1 of 2 salts (1 skipped) .
203203 """
204204 And STDERR should contain:
205205 """
@@ -224,7 +224,7 @@ Feature: Refresh the salts in the wp-config.php file
224224 When I run `wp config shuffle-salts AUTH_KEY NEW_KEY --force`
225225 Then STDOUT should contain:
226226 """
227- Shuffled the salt keys .
227+ Shuffled 2 of 2 salts .
228228 """
229229 And the wp-config.php file should not contain:
230230 """
@@ -247,7 +247,7 @@ Feature: Refresh the salts in the wp-config.php file
247247 When I run `wp config shuffle-salts AUTH_KEY NEW_KEY --force`
248248 Then STDOUT should contain:
249249 """
250- Shuffled the salt keys .
250+ Shuffled 2 of 2 salts .
251251 """
252252 And the wp-config.php file should not contain:
253253 """
@@ -295,7 +295,7 @@ Feature: Refresh the salts in the wp-config.php file
295295 When I try `wp config shuffle-salts AUTH_KEY NEW_KEY`
296296 Then STDOUT should contain:
297297 """
298- Shuffled the salt keys .
298+ Shuffled 1 of 2 salts (1 skipped) .
299299 """
300300 And STDERR should contain:
301301 """
@@ -320,7 +320,7 @@ Feature: Refresh the salts in the wp-config.php file
320320 When I try `wp config shuffle-salts AUTH_KEY NEW_KEY --force`
321321 Then STDOUT should contain:
322322 """
323- Shuffled the salt keys .
323+ Shuffled 1 of 2 salts (1 skipped) .
324324 """
325325 And STDERR should contain:
326326 """
0 commit comments