Skip to content

Commit 43b12ea

Browse files
committed
fix tests
1 parent f27f518 commit 43b12ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/groq/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
@pytest.fixture(autouse=True)
1212
def environment():
13-
if not os.environ["GROQ_API_KEY"]:
14-
os.environ["GROQ_API_KEY"] = "test_api_key"
13+
os.environ["GROQ_API_KEY"] = "test_api_key"
1514

1615

1716
@pytest.fixture

0 commit comments

Comments
 (0)