🐛 fix(conftest.py): fix typo in file name BasicChatWithPromptAndHistory.json to improve consistency and readability
This commit is contained in:
parent
05a6f4d067
commit
43fc6add04
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ def pytest_configure():
|
|||
Path(__file__).parent.absolute() / "data" / "Openapi.json"
|
||||
)
|
||||
pytest.BASIC_CHAT_WITH_PROMPT_AND_HISTORY = (
|
||||
Path(__file__).parent.absolute() / "data" / "BasicChatWithPromptAndHistory.json"
|
||||
Path(__file__).parent.absolute() / "data" / "BasicChatwithPromptandHistory.json"
|
||||
)
|
||||
|
||||
pytest.CODE_WITH_SYNTAX_ERROR = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue