From cf08f2b924e5e739b424d1f835fcc86f357a4a84 Mon Sep 17 00:00:00 2001 From: ptruneac Date: Mon, 30 Sep 2024 17:17:21 +0300 Subject: [PATCH] Fix author-testcase --- api/end-to-end_tests/test_authors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/end-to-end_tests/test_authors.yaml b/api/end-to-end_tests/test_authors.yaml index 415c7bd..db36ae0 100644 --- a/api/end-to-end_tests/test_authors.yaml +++ b/api/end-to-end_tests/test_authors.yaml @@ -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: