Skip to content
Snippets Groups Projects
Commit 409546fb authored by Manon Blanco's avatar Manon Blanco
Browse files

PytestWarning: TASK_ELEMENTS value

parent 4e71ddbd
No related branches found
No related tags found
1 merge request!487PytestWarning: TASK_ELEMENTS value
Pipeline #154884 passed
......@@ -24,7 +24,7 @@ def test_cli_default(monkeypatch):
)
)
monkeypatch.setenv("TASK_ELEMENTS", path)
monkeypatch.setenv("TASK_ELEMENTS", str(path))
monkeypatch.setattr(sys, "argv", ["worker"])
worker = ElementsWorker()
worker.configure()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment