Skip to content

Commit

Permalink
Fix API server name
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Feb 4, 2024
1 parent 2a85c1d commit 0554165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/tests/legislator.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

# Hit the API for a legislator, save the JSON to a temporary file.
curl -s -o /tmp/legislator.json http://localhost:5001/1.1/legislator/rbbell.json
curl -s -o /tmp/legislator.json http://api/1.1/legislator/rbbell.json

# Compare the API response to the known-good response.
cmp -s /tmp/legislator.json legislator.json > /dev/null
Expand Down

0 comments on commit 0554165

Please sign in to comment.