Skip to content

Commit 0829ebb

Browse files
Copilotswissspidy
andcommitted
Fix JSON test to use proper JSON object in assertion
Co-authored-by: swissspidy <[email protected]>
1 parent 8e98ddd commit 0829ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/behat-steps.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Feature: Test that WP-CLI Behat steps work as expected
321321
When I run `echo '{"name":"test","value":"example.com"}'`
322322
Then STDOUT should be JSON containing:
323323
"""
324-
"name"
324+
{"name":"test"}
325325
"""
326326

327327
Scenario: Test CSV output

0 commit comments

Comments
 (0)