Skip to content

Commit

Permalink
Update e2e/browser/test-app/components/problemDetails/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Edwards <[email protected]>
  • Loading branch information
jholleran and edwardsph authored Aug 15, 2024
1 parent 75ae3fb commit 624de4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/browser/test-app/components/problemDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 624de4f

Please sign in to comment.