Fixes build as commit 9fffdb4 added a check/call to GetCurrentUser and JS test was failing for unexpected HTTP call to GetCurrentUser
This commit is contained in:
@@ -33,7 +33,10 @@
|
||||
|
||||
}
|
||||
|
||||
beforeEach(inject(function ($controller, $rootScope, $q, $location) {
|
||||
beforeEach(inject(function ($controller, $rootScope, $q, $location, authMocks) {
|
||||
|
||||
authMocks.register();
|
||||
|
||||
contentTypeResource = {
|
||||
getAllowedTypes: function () {
|
||||
var def = $q.defer();
|
||||
|
||||
Reference in New Issue
Block a user