Skip to content

Commit b3a5103

Browse files
committed
Fix test
1 parent 483a803 commit b3a5103

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

examples/euk_prok_virus/.tests/unit/test_multiqc_taxon_upload.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,11 @@ def test_multiqc_taxon_upload(conda_prefix):
5959
import common
6060

6161
common.OutputChecker(data_path, expected_path, workdir).check(
62-
{".flag": ["diff", "--ignore-matching-lines=Uploading"]}
62+
{
63+
".flag": [
64+
"diff",
65+
"--ignore-matching-lines=Uploading",
66+
"--ignore-matching-lines=tzname",
67+
]
68+
}
6369
)

0 commit comments

Comments
 (0)