Skip to content

Commit

Permalink
udpate cassette
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 22, 2024
1 parent 2ff73e4 commit cf218de
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions tests/cassettes/test_fetch_no_results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,56 @@ interactions:
- dods/3.7
http_version: HTTP/1.1
status_code: 404
- request:
body: ''
headers:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
connection:
- keep-alive
host:
- standards.sensors.ioos.us
user-agent:
- python-httpx/0.27.0
method: GET
uri: https://standards.sensors.ioos.us/erddap/search/index.csv?page=1&itemsPerPage=1000000&searchFor=%22incredibly_long_string_that_should_never_match_a_real_dataset%22%20
response:
body:
string: "Error {\n code=404;\n message=\"Not Found: Resource not found:
Your query produced no matching results. Check the spelling of the word(s)
you searched for.\";\n}\n"
headers:
Connection:
- keep-alive
Content-Description:
- dods-error
Content-Encoding:
- identity
Content-Type:
- text/plain;charset=UTF-8
Date:
- Thu, 22 Feb 2024 18:28:29 GMT
Last-Modified:
- Thu, 22 Feb 2024 18:28:13 GMT
Server:
- nginx/1.22.1
Strict-Transport-Security:
- max-age=0
Transfer-Encoding:
- chunked
X-Content-Type-Options:
- nosniff
X-Frame-Options:
- SAMEORIGIN
X-XSS-Protection:
- 1; mode=block
erddap-server:
- '2.23'
xdods-server:
- dods/3.7
status:
code: 404
message: ''
version: 1

0 comments on commit cf218de

Please sign in to comment.