Skip to content

Commit

Permalink
fix parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer committed Jun 26, 2024
1 parent 5bf43f2 commit 038df54
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions tests/parsers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": False,
"header_text": None,
"footer_text": None,
"no_results_found_text": "Nenhum dos termos pesquisados foi encontrado nesta consulta",
},
),
(
Expand Down Expand Up @@ -113,6 +114,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": False,
"header_text": None,
"footer_text": None,
"no_results_found_text": "Nenhum dos termos pesquisados foi encontrado nesta consulta",
},
),
(
Expand Down Expand Up @@ -158,6 +160,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": False,
"header_text": None,
"footer_text": None,
"no_results_found_text": "Nenhum dos termos pesquisados foi encontrado nesta consulta",
},
),
(
Expand Down Expand Up @@ -196,6 +199,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": False,
"header_text": None,
"footer_text": None,
"no_results_found_text": "Nenhum dos termos pesquisados foi encontrado nesta consulta",
},
),
(
Expand Down Expand Up @@ -246,6 +250,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": False,
"header_text": None,
"footer_text": None,
"no_results_found_text": "Nenhum dos termos pesquisados foi encontrado nesta consulta",
},
),
(
Expand Down Expand Up @@ -287,6 +292,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": False,
"header_text": None,
"footer_text": None,
"no_results_found_text": "Nenhum dos termos pesquisados foi encontrado nesta consulta",
},
),
(
Expand Down Expand Up @@ -325,6 +331,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": False,
"header_text": None,
"footer_text": None,
"no_results_found_text": "Nenhum dos termos pesquisados foi encontrado nesta consulta",
},
),
(
Expand Down Expand Up @@ -366,6 +373,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": False,
"header_text": None,
"footer_text": None,
"no_results_found_text": "Nenhum dos termos pesquisados foi encontrado nesta consulta",
},
),
(
Expand Down Expand Up @@ -428,6 +436,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": False,
"header_text": None,
"footer_text": None,
"no_results_found_text": "Nenhum dos termos pesquisados foi encontrado nesta consulta",
},
),
(
Expand Down Expand Up @@ -469,6 +478,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": True,
"header_text": None,
"footer_text": None,
"no_results_found_text": "Nenhum dos termos pesquisados foi encontrado nesta consulta",
},
),
(
Expand All @@ -490,10 +500,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"ignore_signature_match": False,
"force_rematch": None,
"full_text": None,
"department": [
"Ministério da Gestão e da Inovação em Serviços Públicos",
"Ministério da Defesa",
],
"department": None,
}
],
"emails": ["[email protected]"],
Expand All @@ -510,6 +517,7 @@ def test_hash_dag_id(yaml_parser, dag_id, size, hashed):
"hide_filters": False,
"header_text": "<p><strong>Greetings<strong></p>",
"footer_text": "<p>Best Regards</p>",
"no_results_found_text": "No results found",
},
),
],
Expand Down

0 comments on commit 038df54

Please sign in to comment.