Skip to content

Commit 50647e5

Browse files
committed
Default even if empty string is passed
1 parent 40f5e1b commit 50647e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
@pytest.fixture()
1414
def template():
15-
return os.getenv("E2B_TESTS_TEMPLATE", "code-interpreter-v1")
15+
return os.getenv("E2B_TESTS_TEMPLATE") or "code-interpreter-v1"
1616

1717

1818
@pytest.fixture()

0 commit comments

Comments
 (0)