Removed unnecessary mockMail call

no issue

- This test has nothing to do with outgoing emails, so no need to mock mail
This commit is contained in:
Naz 2023-04-07 11:23:42 +02:00
parent 11aacc0e6b
commit f264c1d1f8
No known key found for this signature in database

View File

@ -5,7 +5,6 @@ describe('.well-known', function () {
let agentGhostAPI;
before(async function () {
mockManager.mockMail();
agentGhostAPI = await agentProvider.getGhostAPIAgent();
});