Skip to content

Commit

Permalink
updated to work with relocation of env var injection
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwilliamson committed Nov 6, 2023
1 parent b5c1e23 commit 0096b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_inject_env_and_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
],
)


@parametrize_execution_mode_args
def test_inject_env(
tmpdir, # type: Any
Expand Down Expand Up @@ -241,7 +242,7 @@ def assert_message(

# Switching away from the built-in entrypoint should disable injected args but not the en env.
assert {"args": ["foo", "bar"], "MESSAGE": "Hello, world!"} == json.loads(
# assert {"MESSAGE": "Hello, world!"} == json.loads(
# assert {"MESSAGE": "Hello, world!"} == json.loads(
subprocess.check_output(args=[pex, "foo", "bar"], env=make_env(PEX_MODULE="example"))
)

Expand Down

0 comments on commit 0096b2c

Please sign in to comment.