diff --git a/src/components/Connection/__snapshots__/Connection.spec.tsx.snap b/src/components/Connection/__snapshots__/Connection.spec.tsx.snap index 080b18b8e1cacca0d5fc4f4417638d0594c694ba..655e05142ed9ae5b7a8dd3b7bb5d8d9c364d3592 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 {