- lint fix

This commit is contained in:
Ulf Gebhardt 2021-01-28 00:51:03 +01:00
parent f4bab1997d
commit 3b8646b44e
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -104,7 +104,7 @@ describe('webfinger', () => {
type: 'application/activity+json',
},
],
subject: `acct:some-user@${(new URL(CONFIG.CLIENT_URI)).host}`,
subject: `acct:some-user@${new URL(CONFIG.CLIENT_URI).host}`,
})
})
})