Skip to content

Commit

Permalink
[test][fix] adopt test behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
M3ssman committed May 6, 2022
1 parent 5ebeaca commit 62c6876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def test_ocr_pipeline_default_config(default_pipeline):
assert pipeline.cfg.get('pipeline', 'executors') == '8'
assert pipeline.cfg.get('pipeline', 'logger_name') == 'ocr_pipeline'
assert pipeline.cfg.get('pipeline', 'file_ext') == 'tif,jpg,png,jpeg'
assert pipeline.cfg.get('step_03', 'language') == 'de-DE'
assert pipeline.cfg.get('step_03', 'enabled_rules') == 'GERMAN_SPELLER_RULE'
assert pipeline.cfg.get('step_04', 'language') == 'de-DE'
assert pipeline.cfg.get('step_04', 'enabled_rules') == 'GERMAN_SPELLER_RULE'


def test_ocr_pipeline_default_logging(default_pipeline, caplog):
Expand Down

0 comments on commit 62c6876

Please sign in to comment.