mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
Fixed gh-profile-image tests
no issue
- stubbed `ghostPaths` service did not have the expected `ghostPaths.assetRoot` property that the `gh-profile-image` component started calling `.replace` on in d24bad6aca
This commit is contained in:
parent
46de788bb5
commit
0e73184587
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ import {setupComponentTest} from 'ember-mocha';
|
|||
import {timeout} from 'ember-concurrency';
|
||||
|
||||
let pathsStub = Service.extend({
|
||||
assetRoot: '/ghost/assets/',
|
||||
|
||||
init() {
|
||||
this._super(...arguments);
|
||||
|
||||
|
|
Loading…
Reference in a new issue