Skip to content

Commit 344662d

Browse files
committed
feature(integration): make the integration with Material Blog configurable through an option
1 parent 8f34488 commit 344662d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_config.py

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def test_plugin_config_defaults(self):
9191
"rss_feed_enabled": True,
9292
"url_parameters": None,
9393
"use_git": True,
94+
"use_material_blog": True,
9495
"use_material_social_cards": True,
9596
}
9697

@@ -136,6 +137,7 @@ def test_plugin_config_image(self):
136137
"rss_feed_enabled": True,
137138
"url_parameters": None,
138139
"use_git": True,
140+
"use_material_blog": True,
139141
"use_material_social_cards": True,
140142
}
141143

0 commit comments

Comments
 (0)