Skip to content

Commit

Permalink
Fix unit test inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Jan 6, 2025
1 parent 1612a7f commit 4772324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_osxpkg_scripts_shellcheck(arch, check_path_spaces, script):
installer_name="Example",
installer_version="1.2.3",
installer_platform="osx-64",
channels="conda-forge",
final_channels=["conda-forge"],
write_condarc="",
path_exists_error_text="Error",
progress_notifications=True,
Expand Down Expand Up @@ -144,7 +144,7 @@ def test_template_shellcheck(
"installer_version": "1.2.3",
"installer_platform": "linux-64",
"installer_md5": "a0098a2c837f4cf50180cfc0a041b2af",
"script_env_variables": "", # TODO: Fill this in with actual value
"script_env_variables": {}, # TODO: Fill this in with actual value
"default_prefix": "/opt/Example",
"license": "Some text",
"total_installation_size_kb": "1024",
Expand Down

0 comments on commit 4772324

Please sign in to comment.