0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed tests because of .only

no issue
This commit is contained in:
kirrg001 2019-01-28 10:08:21 +01:00
parent 1c1b9021db
commit cc87b78517

View file

@ -45,6 +45,7 @@ describe('Unit: api/shared/http', function () {
apiImpl.args[0][0].options.should.eql({
context: {
api_key: null,
integration: null,
user: null,
member: null
}