Rename the method for usage and update the tests.

This commit is contained in:
Rebecca Law
2018-05-29 15:31:40 +01:00
parent ec03ec1e60
commit 6bdb8b7210
3 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ def test_excluded_navigation_items_are_properly_defined(navigation_instance):
])
def test_all_endpoints_are_covered(navigation_instance):
for endpoint in all_endpoints:
if not endpoint == 'main.ft_usage':
if not endpoint == 'main.monthly_billing_usage':
assert endpoint in (
navigation_instance.endpoints_with_navigation +
navigation_instance.endpoints_without_navigation