Skip to content

Commit

Permalink
Add enabled to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 6, 2022
1 parent deb69fb commit fe1b46a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def test_plugin_config_defaults(self):
"categories": None,
"comments_path": None,
"date_from_meta": None,
"enabled": True,
"feed_ttl": 1440,
"image": None,
"length": 20,
Expand All @@ -82,6 +83,7 @@ def test_plugin_config_image(self):
"categories": None,
"comments_path": None,
"date_from_meta": None,
"enabled": True,
"feed_ttl": 1440,
"image": self.feed_image,
"length": 20,
Expand Down

0 comments on commit fe1b46a

Please sign in to comment.