Skip to content

Commit 56bcdc2

Browse files
committed
Add missing csv format
1 parent ee8a00f commit 56bcdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/core-check-update.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Feature: Check for more recent versions
2828
1
2929
"""
3030

31-
When I run `wp core check-update --minor`
31+
When I run `wp core check-update --minor --format=csv`
3232
Then STDOUT should match #{WP_VERSION-5.8-latest},minor,https://downloads.(w|wordpress).org/release/wordpress-{WP_VERSION-5.8-latest}-partial-0.zip#
3333

3434
When I run `wp core check-update --minor --format=count`

0 commit comments

Comments
 (0)