Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Oct 18, 2024
1 parent 351664a commit dc7d820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_pack_env_with_url(tmp_path):
platform="emscripten-wasm32",
)

def url_factory(pkg):
def url_factory(pkg, *args, **kwargs):
return f'http://localhost:1234/{pkg["filename"]}'

pack_env(
Expand Down

0 comments on commit dc7d820

Please sign in to comment.