mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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
d94d89e1cf
commit
c25ea37fd8
@ -195,7 +195,7 @@ describe('The icinga module bootstrap', function() {
|
|||||||
var testClick = false;
|
var testClick = false;
|
||||||
rjsmock.registerDependencies({
|
rjsmock.registerDependencies({
|
||||||
"icinga/module": module,
|
"icinga/module": module,
|
||||||
"modules/test" : {
|
"modules/test/test" : {
|
||||||
eventHandler: {
|
eventHandler: {
|
||||||
"a.test" : {
|
"a.test" : {
|
||||||
click : function() {
|
click : function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user