Skip to content

Commit

Permalink
Fix response body
Browse files Browse the repository at this point in the history
  • Loading branch information
burakkaygusuz committed Nov 11, 2023
1 parent fe00646 commit 8361423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands/request.commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const getBookingIds = (qs?: {
lastname?: string;
checkin?: string;
checkout?: string;
}): Cypress.Chainable<Cypress.Response<Array<{ bookingId: string }>>> => {
}): Cypress.Chainable<Cypress.Response<Array<{ bookingid: number }>>> => {
return cy.request({
method: 'GET',
url: '/booking',
Expand Down

0 comments on commit 8361423

Please sign in to comment.