Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Nov 15, 2023
1 parent 3ed1c9b commit ceaf94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_main(

if pip_install_raises:
config: dict = json.loads(env["INPUT_PANGEO_FORGE_RUNNER_CONFIG"])
config.update({"BaseCommand": {"feedstock-subdir": "broken-requirements-feedstock"}})
config.update({"BaseCommand": {"feedstock_subdir": "broken-requirements-feedstock"}})
env["INPUT_PANGEO_FORGE_RUNNER_CONFIG"] = json.dumps(config)

with patch.dict(os.environ, env):
Expand Down

0 comments on commit ceaf94d

Please sign in to comment.