-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added BRD intake-sites test (#16071)
* added BRD intake-sites test * test fix
- Loading branch information
1 parent
3a83f6c
commit 81ee32a
Showing
4 changed files
with
76 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
61 changes: 61 additions & 0 deletions
61
spec/support/vcr_cassettes/lighthouse/benefits_reference_data/200_intake_sites_response.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
http_interactions: | ||
- request: | ||
method: get | ||
uri: https://sandbox-api.va.gov/services/benefits-reference-data/v1/intake-sites | ||
body: | ||
encoding: US-ASCII | ||
string: '' | ||
headers: | ||
Accept: | ||
- application/json | ||
Content-Type: | ||
- application/json | ||
User-Agent: | ||
- Vets.gov Agent | ||
Apikey: | ||
- bad_key | ||
Accept-Encoding: | ||
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | ||
response: | ||
status: | ||
code: 200 | ||
headers: | ||
Date: | ||
- Tue, 14 Apr 2020 17:55:43 GMT | ||
Content-Type: | ||
- application/json; charset=utf-8 | ||
Content-Length: | ||
- '48' | ||
Connection: | ||
- keep-alive | ||
Access-Control-Allow-Origin: | ||
- "*" | ||
Cache-Control: | ||
- '' | ||
Strict-Transport-Security: | ||
- max-age=31536000; includeSubDomains; preload | ||
Set-Cookie: | ||
- TS016f4012=01c8917e486328adc21ae638f4215bf74f2d91e2de452bfb4cc024f6f0f1a653d6e4f22d0b79aac369ae5e21f710b6bfdcc05f8d81; | ||
Max-Age=900; Path=/ | ||
body: | ||
encoding: UTF-8 | ||
string: '{ | ||
"totalItems": 0, | ||
"totalPages": 0, | ||
"links": [ | ||
{ | ||
"href": "https://sandbox-api.va.gov/services/benefits-reference-data/v1/intake-sites", | ||
"rel": "self" | ||
} | ||
], | ||
"items": [ | ||
{ | ||
"id": 5674661, | ||
"description": "AF Academy" | ||
} | ||
] | ||
}' | ||
http_version: null | ||
recorded_at: Mon, 25 Mar 2024 17:55:43 GMT | ||
recorded_with: hand-made file, not recorded |