summaryrefslogtreecommitdiff
path: root/horizon/test/unit/templatetags/test_templatetags.py
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/test/unit/templatetags/test_templatetags.py')
-rw-r--r--horizon/test/unit/templatetags/test_templatetags.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/horizon/test/unit/templatetags/test_templatetags.py b/horizon/test/unit/templatetags/test_templatetags.py
index f858e924c..2f3448b81 100644
--- a/horizon/test/unit/templatetags/test_templatetags.py
+++ b/horizon/test/unit/templatetags/test_templatetags.py
@@ -139,12 +139,12 @@ class TemplateTagTests(test.TestCase):
text = "{% horizon_main_nav %}"
expected = """
<div>
- <ul class=\"nav nav-tabs\" role=\"tablist\">
+ <ul class="nav nav-tabs" role="tablist">
<li>
- <a href=\"/cats/\" tabindex='1'>Cats</a>
+ <a href="/cats/" tabindex="1">Cats</a>
</li>
<li>
- <a href=\"/dogs/\" tabindex='1'>Dogs</a>
+ <a href="/dogs/" tabindex="1">Dogs</a>
</li>
</ul></div>"""