diff --git a/plinth/modules/coturn/__init__.py b/plinth/modules/coturn/__init__.py index 3fa9fb037..7b3a632b7 100644 --- a/plinth/modules/coturn/__init__.py +++ b/plinth/modules/coturn/__init__.py @@ -61,7 +61,7 @@ class CoturnApp(app_module.App): menu_item = menu.Menu('menu-coturn', info.name, info.short_description, info.icon_filename, 'coturn:index', - parent_url_name='apps', advanced=True) + parent_url_name='apps') self.add(menu_item) firewall = Firewall('firewall-coturn', info.name, diff --git a/plinth/modules/coturn/tests/coturn.feature b/plinth/modules/coturn/tests/coturn.feature index 152ecc060..06df829c3 100644 --- a/plinth/modules/coturn/tests/coturn.feature +++ b/plinth/modules/coturn/tests/coturn.feature @@ -6,7 +6,6 @@ Feature: Coturn STUN/TURN Server Background: Given I'm a logged in user - And advanced mode is on And the coturn application is installed Scenario: Enable coturn application