From 624de4f984d520597fcf3e842e8ab001900e0e5b Mon Sep 17 00:00:00 2001 From: Jarlath Holleran Date: Thu, 15 Aug 2024 17:29:22 +0100 Subject: [PATCH] Update e2e/browser/test-app/components/problemDetails/index.tsx Co-authored-by: Pete Edwards --- e2e/browser/test-app/components/problemDetails/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",