1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00

Update rest datasource test

This commit is contained in:
Pedro Silva 2022-10-14 10:00:11 +01:00
parent 2d70cb969c
commit f1ff467b12

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)