Skip to content

Commit

Permalink
Use Star Wars API mirror server (#202)
Browse files Browse the repository at this point in the history
swapi.dev is down
  • Loading branch information
valfirst authored Dec 17, 2024
1 parent 55d084c commit f35f3b9
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.dev/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 f35f3b9

Please sign in to comment.