Commit
2df2006515acc30177c12a1ea734791015b24d41
by devpabloggtsk11-15: Adds REST tests for story retrieval and search endpoints
Extended `StoryResourceRestTest` with Arquillian REST tests for getting
stories by ID, handling non-existent stories, and searching stories with
input validation. Updated `StoriesDataset` to include
`EXISTENT_STORY_TEXT` for search-related tests. These additions enhance
REST API coverage and ensure correct behavior of the Story resource.
Co-authored-by: PabloG02 <devpablogg@gmail.com>