1
0
Fork 0
mirror of synced 2024-06-24 00:50:24 +12:00

Update rest datasource test

This commit is contained in:
Pedro Silva 2022-10-14 10:00:11 +01:00
parent a56c1aa2f5
commit 850690a43c

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)