Skip to content

Commit

Permalink
environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 18, 2024
1 parent 421ca4f commit 3e720c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_conda_subprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_popen(self):
def test_environment_variable(self):
self.assertEqual(
check_output(
"echo $TESTVAR", prefix_path=self.env_path, env={"TESTVAR": "test"}
"env", prefix_path=self.env_path, env={"TESTVAR": "test"}
),
b"test\n",
)

0 comments on commit 3e720c7

Please sign in to comment.