Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Oct 8, 2018
1 parent 129c1fa commit d48e75f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/extension.feature
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Feature: I can execute Behat tests with current API Extension
"type": [
"string"
],
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\+00:00$"
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\+\\d{2}:\\d{2}$"
},
"currencyCode": {
"type": [
Expand Down Expand Up @@ -252,7 +252,7 @@ Feature: I can execute Behat tests with current API Extension
},
"createdAt": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\+00:00$"
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\+\\d{2}:\\d{2}$"
},
"currencyCode": {
"type": "string"
Expand Down

0 comments on commit d48e75f

Please sign in to comment.