Skip to content

Commit 2da2c5f

Browse files
Copilotswissspidy
andcommitted
Fix test expectations for site get command output format
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
1 parent f528456 commit 2da2c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/site.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,8 @@ Feature: Manage sites in a multisite installation
779779

780780
When I run `wp site get {SITE_ID}`
781781
Then STDOUT should be a table containing rows:
782-
| blog_id |
783-
| {SITE_ID} |
782+
| Field | Value |
783+
| blog_id | {SITE_ID} |
784784

785785
Scenario: Get site by URL
786786
Given a WP multisite install

0 commit comments

Comments
 (0)