1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

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 36a75921c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)