Applied max-keys to combined current + archived ListObjectVersions output and reports truncation
This commit is contained in:
@@ -439,4 +439,4 @@ class TestWebsiteServing:
|
||||
store.set_mapping("noerr.example.com", "no-err")
|
||||
resp = website_client.get("/missing.html", headers={"Host": "noerr.example.com"})
|
||||
assert resp.status_code == 404
|
||||
assert resp.data == b"404 page not found"
|
||||
assert resp.data == b"<h1>404 page not found</h1>"
|
||||
|
||||
Reference in New Issue
Block a user