Skip to content

Commit 97c77ed

Browse files
dunglasalanpoulain
authored andcommitted
Fix Behat test
1 parent 8c4357b commit 97c77ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/openapi/docs.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Feature: Documentation support
1313
And the JSON node "openapi" should be equal to "3.0.2"
1414
# Root properties
1515
And the JSON node "info.title" should be equal to "My Dummy API"
16-
And the JSON node "info.description" should be equal to "This is a test API."
16+
And the JSON node "info.description" should contain "This is a test API."
17+
And the JSON node "info.description" should contain "Made with love"
1718
# Supported classes
1819
And the OpenAPI class "AbstractDummy" exists
1920
And the OpenAPI class "CircularReference" exists

0 commit comments

Comments
 (0)