Use empty apiEndpoint for tests
This commit is contained in:
parent
59477e5eac
commit
7268243b4e
|
@ -49,6 +49,8 @@ module.exports = function(environment) {
|
|||
ENV.APP.LOG_VIEW_LOOKUPS = false;
|
||||
|
||||
ENV.APP.rootElement = '#ember-testing';
|
||||
|
||||
ENV.apiEndpoint = '';
|
||||
}
|
||||
|
||||
if (environment === 'production') {
|
||||
|
|
Loading…
Reference in New Issue
Block a user