diff --git a/packages/twenty-front/src/testing/mock-data/remote-servers.ts b/packages/twenty-front/src/testing/mock-data/remote-servers.ts index fee3c13cae5b..12948b099210 100644 --- a/packages/twenty-front/src/testing/mock-data/remote-servers.ts +++ b/packages/twenty-front/src/testing/mock-data/remote-servers.ts @@ -16,6 +16,7 @@ export const mockedRemoteServers = [ }, updatedAt: '2024-04-30T13:41:25.858Z', schema: 'public', + label: 'postgres DB', }, { __typename: 'RemoteServer', @@ -27,5 +28,6 @@ export const mockedRemoteServers = [ }, foreignDataWrapperType: 'stripe_fdw', updatedAt: '2024-04-30T13:41:25.858Z', + label: 'stripe DB', }, ];