From e20e45049af5c216892bfa79497050f67874edbd Mon Sep 17 00:00:00 2001 From: gcarron <gcarron@grandlyon.com> Date: Tue, 27 Sep 2022 11:19:30 +0200 Subject: [PATCH] fix snapshot --- .../__snapshots__/Connection.spec.tsx.snap | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/src/components/Connection/__snapshots__/Connection.spec.tsx.snap b/src/components/Connection/__snapshots__/Connection.spec.tsx.snap index 080b18b8e..655e05142 100644 --- a/src/components/Connection/__snapshots__/Connection.spec.tsx.snap +++ b/src/components/Connection/__snapshots__/Connection.spec.tsx.snap @@ -17,7 +17,18 @@ exports[`Connection component test should call ConnectionLogin 1`] = ` fluidStatus={ Object { "connection": Object { - "account": null, + "account": Object { + "_id": "test", + "account_type": "test", + "auth": Object { + "address": "address", + "city": "Lyon", + "firstname": "Jane", + "lastname": "Doe", + "pointId": "testid", + "postalCode": "69200", + }, + }, "isUpdating": false, "konnector": null, "konnectorConfig": Object { @@ -45,7 +56,18 @@ exports[`Connection component test should call ConnectionLogin 1`] = ` fluidStatus={ Object { "connection": Object { - "account": null, + "account": Object { + "_id": "test", + "account_type": "test", + "auth": Object { + "address": "address", + "city": "Lyon", + "firstname": "Jane", + "lastname": "Doe", + "pointId": "testid", + "postalCode": "69200", + }, + }, "isUpdating": false, "konnector": null, "konnectorConfig": Object { -- GitLab