From 26cb18b01dabad5c7d2368ad8052f711e68fabbb Mon Sep 17 00:00:00 2001 From: Calen Pennington <cale@edx.org> Date: Tue, 11 Jun 2019 13:02:22 -0400 Subject: [PATCH] Fix test name typo --- openedx/features/content_type_gating/tests/test_partitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/features/content_type_gating/tests/test_partitions.py b/openedx/features/content_type_gating/tests/test_partitions.py index a6e6a6f8f86..4e565931368 100644 --- a/openedx/features/content_type_gating/tests/test_partitions.py +++ b/openedx/features/content_type_gating/tests/test_partitions.py @@ -117,7 +117,7 @@ class TestContentTypeGatingPartition(CacheIsolationTestCase): message = partition.access_denied_message(mock_block.scope_ids.usage_id, global_staff, FULL_ACCESS, 'test_allowed_group') self.assertIsNone(message) - def test_acess_denied_fragment_for_null_request(self): + def test_access_denied_fragment_for_null_request(self): """ Verifies the access denied fragment is visible when HTTP request is not available. -- GitLab