Skip to content

Commit cfb6fd4

Browse files
committed
override example keywords in modules test
1 parent f0e8b8d commit cfb6fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_modules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def create_modules_repo_dummy(tmp_dir):
6565
with open(str(meta_yml_path)) as fh:
6666
meta_yml = yaml.load(fh)
6767
del meta_yml["tools"][0]["bpipe"]["doi"]
68+
meta_yml["keywords"] = ["pipelines", "bioinformatics", "run"]
6869
with open(str(meta_yml_path), "w") as fh:
6970
yaml.dump(meta_yml, fh)
7071
run_prettier_on_file(fh.name)

0 commit comments

Comments
 (0)