mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge branch '2595-visualize-the-federation' into fix-community-url
This commit is contained in:
commit
c69c6c3c7b
@ -11,7 +11,7 @@ let propsData = {
|
|||||||
id: 7590,
|
id: 7590,
|
||||||
foreign: false,
|
foreign: false,
|
||||||
publicKey: 'eaf6a426b24fd54f8fbae11c17700fc595080ca25159579c63d38dbc64284ba7',
|
publicKey: 'eaf6a426b24fd54f8fbae11c17700fc595080ca25159579c63d38dbc64284ba7',
|
||||||
url: 'http://localhost/api/api/2_0',
|
url: 'http://localhost/api/2_0',
|
||||||
lastAnnouncedAt: createdDate,
|
lastAnnouncedAt: createdDate,
|
||||||
verifiedAt: today,
|
verifiedAt: today,
|
||||||
lastErrorAt: null,
|
lastErrorAt: null,
|
||||||
@ -45,7 +45,7 @@ describe('FederationVisualizeItem', () => {
|
|||||||
describe('rendering item properties', () => {
|
describe('rendering item properties', () => {
|
||||||
it('has the url', () => {
|
it('has the url', () => {
|
||||||
expect(wrapper.find('.row > div:nth-child(2) > div').text()).toBe(
|
expect(wrapper.find('.row > div:nth-child(2) > div').text()).toBe(
|
||||||
'http://localhost/api/api/2_0',
|
'http://localhost/api/2_0',
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ describe('FederationVisualizeItem', () => {
|
|||||||
id: 7590,
|
id: 7590,
|
||||||
foreign: false,
|
foreign: false,
|
||||||
publicKey: 'eaf6a426b24fd54f8fbae11c17700fc595080ca25159579c63d38dbc64284ba7',
|
publicKey: 'eaf6a426b24fd54f8fbae11c17700fc595080ca25159579c63d38dbc64284ba7',
|
||||||
url: 'http://localhost/api/api/2_0',
|
url: 'http://localhost/api/2_0',
|
||||||
lastAnnouncedAt: createdDate,
|
lastAnnouncedAt: createdDate,
|
||||||
verifiedAt: null,
|
verifiedAt: null,
|
||||||
lastErrorAt: null,
|
lastErrorAt: null,
|
||||||
@ -119,7 +119,7 @@ describe('FederationVisualizeItem', () => {
|
|||||||
id: 7590,
|
id: 7590,
|
||||||
foreign: false,
|
foreign: false,
|
||||||
publicKey: 'eaf6a426b24fd54f8fbae11c17700fc595080ca25159579c63d38dbc64284ba7',
|
publicKey: 'eaf6a426b24fd54f8fbae11c17700fc595080ca25159579c63d38dbc64284ba7',
|
||||||
url: 'http://localhost/api/api/2_0',
|
url: 'http://localhost/api/2_0',
|
||||||
lastAnnouncedAt: null,
|
lastAnnouncedAt: null,
|
||||||
verifiedAt: null,
|
verifiedAt: null,
|
||||||
lastErrorAt: null,
|
lastErrorAt: null,
|
||||||
@ -162,7 +162,7 @@ describe('FederationVisualizeItem', () => {
|
|||||||
id: 7590,
|
id: 7590,
|
||||||
foreign: false,
|
foreign: false,
|
||||||
publicKey: 'eaf6a426b24fd54f8fbae11c17700fc595080ca25159579c63d38dbc64284ba7',
|
publicKey: 'eaf6a426b24fd54f8fbae11c17700fc595080ca25159579c63d38dbc64284ba7',
|
||||||
url: 'http://localhost/api/api/2_0',
|
url: 'http://localhost/api/2_0',
|
||||||
lastAnnouncedAt: createdDate,
|
lastAnnouncedAt: createdDate,
|
||||||
verifiedAt: null,
|
verifiedAt: null,
|
||||||
lastErrorAt: null,
|
lastErrorAt: null,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user