Skip to content
Snippets Groups Projects
Commit e20e4504 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

fix snapshot

parent d467522f
Branches
Tags
1 merge request!723feat(sge): Add consent reset
...@@ -17,7 +17,18 @@ exports[`Connection component test should call ConnectionLogin 1`] = ` ...@@ -17,7 +17,18 @@ exports[`Connection component test should call ConnectionLogin 1`] = `
fluidStatus={ fluidStatus={
Object { Object {
"connection": 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, "isUpdating": false,
"konnector": null, "konnector": null,
"konnectorConfig": Object { "konnectorConfig": Object {
...@@ -45,7 +56,18 @@ exports[`Connection component test should call ConnectionLogin 1`] = ` ...@@ -45,7 +56,18 @@ exports[`Connection component test should call ConnectionLogin 1`] = `
fluidStatus={ fluidStatus={
Object { Object {
"connection": 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, "isUpdating": false,
"konnector": null, "konnector": null,
"konnectorConfig": Object { "konnectorConfig": Object {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment