Remove reference to removed endpoints

This commit is contained in:
Chris Hill-Scott
2018-04-27 16:47:00 +01:00
parent 48114f1836
commit 4cc8f39231
2 changed files with 1 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import pytest
from tests.conftest import ORGANISATION_ID, SERVICE_ONE_ID, app_
from app.navigation import HeaderNavigation, MainNavigation, OrgNavigation
from tests.conftest import ORGANISATION_ID, SERVICE_ONE_ID, app_
all_endpoints = [
rule.endpoint for rule in next(app_(None)).url_map.iter_rules()