Skip to content

Commit b1b965f

Browse files
swissspidyCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f493b4e commit b1b965f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

features/taxonomy.feature

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ Feature: Manage WordPress taxonomies
115115
When I run `wp taxonomy list --object_type=post --strict`
116116
Then STDOUT should be a table containing rows:
117117
| name | label | description | object_type | show_tagcloud | hierarchical | public |
118-
| category | Categories | | post | true | true | true |
119-
| post_tag | Tags | | post | true | false | true |
120-
| post_format | Format | | post | false | false | true |
118+
| category | Categories | | post | 1 | 1 | 1 |
119+
| post_tag | Tags | | post | 1 | | 1 |
120+
| post_format | Format | | post | | | 1 |
121121

122122
When I run `wp taxonomy list --object_type=post --no-strict`
123123
Then STDOUT should be a table containing rows:
124124
| name | label | description | object_type | show_tagcloud | hierarchical | public |
125-
| category | Categories | | post | true | true | true |
126-
| post_tag | Tags | | post | true | false | true |
127-
| post_format | Format | | post | false | false | true |
128-
| genres | Genres | | post, page | true | true | true |
125+
| category | Categories | | post | 1 | 1 | 1 |
126+
| post_tag | Tags | | post | 1 | | 1 |
127+
| post_format | Format | | post | | | 1 |
128+
| genres | Genres | | post, page | 1 | 1 | 1 |

0 commit comments

Comments
 (0)