@patch('regulations.views.navigation.fetch_toc')
    def test_nav_sections(self, fetch_toc):
        fetch_toc.return_value = [
            {'index': ['204', '1'], 'title': '§ 204.1 First'},
            {'index': ['204', '3'], 'title': '§ 204.3 Third'}]