Skip to content

Commit

Permalink
Another mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Dec 17, 2024
1 parent 3a88914 commit 855cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/story/rest_api/Star Wars API.story
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Description: Test demoing VIVIDUS capabilities for REST API

Scenario: Verify Luke's eyes are blue
When I execute HTTP GET request for resource with URL `https://swapi.tech/api/people/1/`
When I execute HTTP GET request for resource with URL `https://swapi.py4e.com/api/people/1/`
Then `${responseCode}` is equal to `200`
Then JSON element value from `${response}` by JSON path `$.eye_color` is equal to `blue`

0 comments on commit 855cc6c

Please sign in to comment.