### What problem does this PR solve? - Move common constants (HOST_ADDRESS, INVALID_API_TOKEN, etc.) to configs.py - Update test imports to use centralized configs - Clean up duplicate constant definitions across test files This improves maintainability by centralizing configuration. ### Type of change - [x] Refactoring test case |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_create_session_with_chat_assistant.py | ||
| test_delete_sessions_with_chat_assistant.py | ||
| test_list_sessions_with_chat_assistant.py | ||
| test_update_session_with_chat_assistant.py | ||