Skip to content

Commit

Permalink
fix typo from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Nov 21, 2023
1 parent 7f8525b commit 79fb5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_bake.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_gpcp_bake(
if expected_error:
assert proc.returncode == 1
stdout[-1] == expected_error
elif no_input_cache and recipe_version_ref == "0.9.x":
elif no_input_cache and recipes_version_ref == "0.9.x":
# no_input_cache is only supported in 0.10.x and above
assert proc.returncode == 1
else:
Expand Down

0 comments on commit 79fb5df

Please sign in to comment.