diff --git a/src/uwtools/tests/test_cli.py b/src/uwtools/tests/test_cli.py index f0aa49e56..266f19504 100644 --- a/src/uwtools/tests/test_cli.py +++ b/src/uwtools/tests/test_cli.py @@ -166,8 +166,8 @@ def test__dispatch_invoke(): args: dict = { "module": "testdriver", "classname": "TestDriver", - "schema_file": "path/to/testdriver.jsonschema", - "module_dir": "path/to/dir", + "schema_file": "/path/to/testdriver.jsonschema", + "module_dir": "/path/to/dir", "batch": True, "config_file": "/path/to/config", "cycle": cycle, @@ -184,11 +184,11 @@ def test__dispatch_invoke(): classname="TestDriver", module="testdriver", task="eighty_eight", - schema_file="path/to/testdriver.jsonschema", + schema_file="/path/to/testdriver.jsonschema", key_path=["foo", "bar"], dry_run=False, config="/path/to/config", - module_dir="path/to/dir", + module_dir="/path/to/dir", graph_file=None, cycle=cycle, leadtime=None,