We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d105716 commit 4a247bcCopy full SHA for 4a247bc
tests/client/content/config/tabs/test_settings.py
@@ -365,8 +365,9 @@ def test_spring_ai_obaas_shell_template(self):
365
assert "You are a helpful assistant." in result
366
assert "{'model': 'gpt-4'}" in result
367
368
- def test_spring_ai_obaas_non_yaml_file():
+ def test_spring_ai_obaas_non_yaml_file(self):
369
"""Test spring_ai_obaas with non-YAML file"""
370
+ from client.content.config.tabs.settings import spring_ai_obaas
371
mock_state = SimpleNamespace(
372
client_settings={
373
"prompts": {"sys": "Basic Example"},
0 commit comments