Skip to content

Commit

Permalink
Update src/uwtools/tests/test_cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Madden <[email protected]>
  • Loading branch information
elcarpenterNOAA and maddenp-noaa authored Jul 22, 2024
1 parent c5d5667 commit 961f326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/uwtools/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 961f326

Please sign in to comment.