rework PR-comments

This commit is contained in:
Claus-Peter Huebner 2023-05-19 18:06:29 +02:00
parent 529a7018ba
commit ff412d758f
2 changed files with 1 additions and 5 deletions

View File

@ -57,7 +57,7 @@ EMAIL_CODE_REQUEST_TIME=10
WEBHOOK_ELOPAGE_SECRET=secret
# Federation
FEDERATION_DHT_CONFIG_VERSION=v2.2023-02-07
FEDERATION_DHT_CONFIG_VERSION=v3.2023-04-26
# if you set the value of FEDERATION_DHT_TOPIC, the DHT hyperswarm will start to announce and listen
# on an hash created from this topic
# FEDERATION_DHT_TOPIC=GRADIDO_HUB

View File

@ -195,11 +195,7 @@ describe('federation', () => {
const resultBefore = await DbCommunity.find({ foreign: false })
expect(resultBefore).toHaveLength(1)
const modifiedCom = DbCommunity.create()
modifiedCom.communityUuid = resultBefore[0].communityUuid
modifiedCom.creationDate = resultBefore[0].creationDate
modifiedCom.description = 'updated description'
modifiedCom.foreign = resultBefore[0].foreign
modifiedCom.id = resultBefore[0].id
modifiedCom.name = 'update name'
modifiedCom.publicKey = Buffer.from(
'1234567891abcdef7892abcdef7893abcdef7894abcdef7895abcdef7896abcd',