We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f5e1b commit 50647e5Copy full SHA for 50647e5
1 file changed
python/tests/conftest.py
@@ -12,7 +12,7 @@
12
13
@pytest.fixture()
14
def template():
15
- return os.getenv("E2B_TESTS_TEMPLATE", "code-interpreter-v1")
+ return os.getenv("E2B_TESTS_TEMPLATE") or "code-interpreter-v1"
16
17
18
0 commit comments