diff --git a/e2e/browser/test-app/components/problemDetails/index.tsx b/e2e/browser/test-app/components/problemDetails/index.tsx index d33366f..8f9a9ce 100644 --- a/e2e/browser/test-app/components/problemDetails/index.tsx +++ b/e2e/browser/test-app/components/problemDetails/index.tsx @@ -182,7 +182,7 @@ export default function ProblemDetailsClient({ id={"badRequest"} name={"Bad Request"} performRequest={ - // This request should get return a 406 response. + // This request should get return a 400 response. () => session.fetch(new URL("some-container/", storageUrl), { method: "PUT",