Skip to content

Commit

Permalink
Dev: Test comment out failed admin view (tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 8, 2017
1 parent 4ba8e01 commit 857fdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/views/adminBaseViews.php
Expand Up @@ -12,7 +12,7 @@
['listSurveys' ,['route'=>'survey/sa/listsurvey']],
['createSurveyGroups' ,['route'=>'surveysgroups/sa/create']],
['globalsettings' ,['route'=>'globalsettings']],
['update' ,['route'=>'update']],
//['update' ,['route'=>'update']],
['viewLabelSets' ,['route'=>'labels/sa/view']],
['createLabelSets' ,['route'=>'labels/sa/newlabelset']],
['templateOptions' ,['route'=>'templateoptions']],
Expand Down

0 comments on commit 857fdd4

Please sign in to comment.