Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed May 1, 2024
1 parent 48060c8 commit 80a3098
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
@@ -1,3 +1,4 @@
import logging
import os

import jsonschema
Expand Down Expand Up @@ -88,6 +89,7 @@ def test_get_tags(valid_config):


def test_valid_config_logging(caplog, valid_config):
caplog.set_level(logging.INFO)
config.validate_activity_config(valid_config)
assert "['delivery', 'food_shop', 'home', 'shop', 'social', 'transit', 'work']" in caplog.text

Expand Down

0 comments on commit 80a3098

Please sign in to comment.