mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Cleaned up tags e2e webhook test
refs https://github.com/TryGhost/Ghost/issues/15537
refs 4110ffaa2c
- The test had minor formatting issues not worth an extra back-forth during the PR review
This commit is contained in:
parent
4110ffaa2c
commit
06f6fc11a7
@ -1,13 +1,12 @@
|
||||
const {agentProvider, mockManager, fixtureManager, matchers} = require('../utils/e2e-framework');
|
||||
const {anyGhostAgent, anyObjectId, anyISODateTime, anyUuid, anyString, anyContentVersion, anyNumber, anyLocalURL} = matchers;
|
||||
const {anyGhostAgent, anyObjectId, anyISODateTime, anyString, anyContentVersion, anyNumber, anyLocalURL} = matchers;
|
||||
|
||||
const tagSnapshot = {
|
||||
created_at: anyISODateTime,
|
||||
description: anyString,
|
||||
id: anyObjectId,
|
||||
updated_at: anyISODateTime,
|
||||
url: anyLocalURL,
|
||||
visibility: 'public'
|
||||
url: anyLocalURL
|
||||
};
|
||||
|
||||
describe('tag.* events', function () {
|
||||
@ -61,4 +60,4 @@ describe('tag.* events', function () {
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user