From 864c83990f2defb90c87bb1a290cf89b8d590efe Mon Sep 17 00:00:00 2001 From: Dean Date: Tue, 29 Mar 2022 10:38:56 +0100 Subject: [PATCH] Replaced the expected string in the data rest test spec to the original --- packages/builder/cypress/integration/datasources/rest.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/cypress/integration/datasources/rest.spec.js b/packages/builder/cypress/integration/datasources/rest.spec.js index f2b03a468b..7216a13847 100644 --- a/packages/builder/cypress/integration/datasources/rest.spec.js +++ b/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)