Skip to content

Commit

Permalink
Fix author-testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip-Petruneac committed Sep 30, 2024
1 parent 9e570c1 commit cf08f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/end-to-end_tests/test_authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ testcases:
Content-Type: application/json
assertions:
- result.statuscode ShouldEqual 400
- result.body ShouldContainSubstring "Firstname and Lastname are required fields"
- result.body ShouldContainSubstring "firstname and lastname are required fields"

- name: create author invalid JSON
steps:
Expand Down

0 comments on commit cf08f2b

Please sign in to comment.