Skip to content
Snippets Groups Projects
Commit 63f21365 authored by Raniere Silva's avatar Raniere Silva
Browse files

Fix unittest for changes on motivation.md

parent d6db4f05
Branches
Tags
No related merge requests found
......@@ -406,7 +406,8 @@ class TopicPageValidator(MarkdownValidator):
class MotivationPageValidator(MarkdownValidator):
"""Validate motivation.md"""
DOC_HEADERS = {"layout": vh.is_str,
"title": vh.is_str}
"title": vh.is_str,
"subtitle": vh.is_str}
# TODO: How to validate? May be a mix of reveal.js (HTML) + markdown.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment