Skip to content

Commit

Permalink
Canonicalize header name
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Nov 8, 2024
1 parent 8144470 commit 686abad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Cypress.Commands.add("LoginFromAPI", (uname, pword) => {
url: "api/v1/login",
headers: {
origin: baseURL,
"x-requested-by": "Appsmith",
"X-Requested-By": "Appsmith",
},
followRedirect: true,
body: {
Expand Down

0 comments on commit 686abad

Please sign in to comment.