We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d417138 commit 3637139Copy full SHA for 3637139
tests/test_workspacebuilder.py
@@ -345,8 +345,8 @@ def test_environment_variables(session):
345
builder = WorkspaceBuilder(sconf=sconfig)
346
builder.build(session)
347
348
- assert session.show_environment("FOO") == "BAR"
349
- assert session.show_environment("PATH") == "/tmp"
+ assert session.getenv("FOO") == "BAR"
+ assert session.getenv("PATH") == "/tmp"
350
351
352
def test_automatic_rename_option(session):
0 commit comments