mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
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:
parent
11aacc0e6b
commit
f264c1d1f8
@ -5,7 +5,6 @@ describe('.well-known', function () {
|
||||
let agentGhostAPI;
|
||||
|
||||
before(async function () {
|
||||
mockManager.mockMail();
|
||||
agentGhostAPI = await agentProvider.getGhostAPIAgent();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user