Skip to content

Commit 723b0f8

Browse files
authored
Remove useless steps after #2014
1 parent 2c97eca commit 723b0f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

features/main/validation.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Feature: Using validations groups
2626
"code": "My Dummy"
2727
}
2828
"""
29-
Then print last JSON response
3029
Then the response status code should be 400
3130
And the response should be in JSON
3231
And the JSON should be equal to:
@@ -56,7 +55,6 @@ Feature: Using validations groups
5655
"code": "My Dummy"
5756
}
5857
"""
59-
Then print last JSON response
6058
Then the response status code should be 400
6159
And the response should be in JSON
6260
And the JSON should be equal to:

0 commit comments

Comments
 (0)