Skip to content

Commit

Permalink
tests: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
soofstad committed Nov 7, 2023
1 parent 670ba75 commit f6e2008
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tests/bdd/entity/validate_default_entity.feature
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ Feature: Validate Default Entity
"status": 400,
"type": "ValidationException",
"message": "Attribute 'default' should be type 'float'. Got 'str'. Value: five",
"debug": "Location: Entity in key '^.attributes.0.default'",
"data": null
"debug": "Location: Entity in key '^.attributes.0.default'"
}
"""
"""

0 comments on commit f6e2008

Please sign in to comment.