Skip to content

Commit

Permalink
no longer using config concept. up to you to
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecoconut committed May 12, 2023
1 parent ca5cebe commit a80f99d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_gpt3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
from lambdaprompt import AsyncGPT3Prompt, GPT3Prompt, prompt, register_call_callback


@pytest.fixture(autouse=True)
def ignore_load_dotenv(mocker):
mocker.patch("lambdaprompt.config.load_dotenv", return_value=None)


def test_api_key_needed():
with aioresponses() as m:
m.post(
Expand Down

0 comments on commit a80f99d

Please sign in to comment.