From d587ffdeac49d80dfce4b6686bd9115f477e97e3 Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 6 Nov 2022 14:30:21 +0200 Subject: Add new test result cassette --- tests/cassettes/test_url_errors.yaml | 98 ++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 tests/cassettes/test_url_errors.yaml (limited to 'tests/cassettes/test_url_errors.yaml') diff --git a/tests/cassettes/test_url_errors.yaml b/tests/cassettes/test_url_errors.yaml new file mode 100644 index 0000000..25eda96 --- /dev/null +++ b/tests/cassettes/test_url_errors.yaml @@ -0,0 +1,98 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Authorization: + - Bearer foo + Connection: + - keep-alive + User-Agent: + - python-requests/2.28.1 + method: GET + uri: https://zombo.com/api/v1/instance/ + response: + body: + string: ' + + + + 404 Not Found + + + +

Not Found

+ +

The requested URL was not found on this server.

+ + + + ' + headers: + Connection: + - Keep-Alive + Content-Length: + - '196' + Content-Type: + - text/html; charset=iso-8859-1 + Date: + - Sun, 06 Nov 2022 12:01:50 GMT + Keep-Alive: + - timeout=2, max=500 + Server: + - Apache + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Authorization: + - Bearer foo + Connection: + - keep-alive + User-Agent: + - python-requests/2.28.1 + method: GET + uri: https://zombo.com/api/v1/instance/ + response: + body: + string: ' + + + + 404 Not Found + + + +

Not Found

+ +

The requested URL was not found on this server.

+ + + + ' + headers: + Connection: + - Keep-Alive + Content-Length: + - '196' + Content-Type: + - text/html; charset=iso-8859-1 + Date: + - Sun, 06 Nov 2022 12:01:51 GMT + Keep-Alive: + - timeout=2, max=500 + Server: + - Apache + status: + code: 404 + message: Not Found +version: 1 -- cgit v1.2.3