Fix test for new module route
The js base route is now js/modules/%modulename%/%file%. This commit reflects these changes in the testcases refs #4092 refs #3735
This commit is contained in:
parent
e759911b09
commit
36c8e0df4a
|
@ -195,7 +195,7 @@ describe('The icinga module bootstrap', function() {
|
|||
var testClick = false;
|
||||
rjsmock.registerDependencies({
|
||||
"icinga/module": module,
|
||||
"modules/test" : {
|
||||
"modules/test/test" : {
|
||||
eventHandler: {
|
||||
"a.test" : {
|
||||
click : function() {
|
||||
|
|
Loading…
Reference in New Issue