Browse Source

Replaced the expected string in the data rest test spec to the original

master
Dean 5 years ago
parent
commit
2efd7d909c
  1. 2
      packages/builder/cypress/integration/datasources/rest.spec.js

2
packages/builder/cypress/integration/datasources/rest.spec.js

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

Loading…
Cancel
Save