Merge pull request #8259 from Budibase/Update-cypress-test-rest-datasource

Update rest datasource test
This commit is contained in:
Pedro Silva 2022-10-14 10:12:39 +01:00 committed by GitHub
commit 2259fd7480
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ filterTests(["smoke", "all"], () => {
cy.wait("@queryError")
cy.get("@queryError")
.its("response.body")
.should("have.property", "message", "Invalid URL: http://random text?")
.should("have.property", "message", "Invalid URL: http://random text")
cy.get("@queryError")
.its("response.body")
.should("have.property", "status", 400)