Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucano Vera committed Dec 4, 2024
1 parent e1a2341 commit 9a3cc57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/admin-ui/cypress/e2e/system-integrations.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ describe("System integrations", () => {
cy.get("button[type=submit]").click();
});
cy.wait("@patchConnection").then(({ request }) => {
console.log(request);
expect(request.body[0]).to.deep.equal({
access: "write",
connection_type: "postgres",
Expand Down

0 comments on commit 9a3cc57

Please sign in to comment.