mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05: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
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ describe('.well-known', function () {
|
||||||
let agentGhostAPI;
|
let agentGhostAPI;
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
mockManager.mockMail();
|
|
||||||
agentGhostAPI = await agentProvider.getGhostAPIAgent();
|
agentGhostAPI = await agentProvider.getGhostAPIAgent();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue