Skip to content

Commit 4a247bc

Browse files
committed
fix test
1 parent d105716 commit 4a247bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/client/content/config/tabs/test_settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,9 @@ def test_spring_ai_obaas_shell_template(self):
365365
assert "You are a helpful assistant." in result
366366
assert "{'model': 'gpt-4'}" in result
367367

368-
def test_spring_ai_obaas_non_yaml_file():
368+
def test_spring_ai_obaas_non_yaml_file(self):
369369
"""Test spring_ai_obaas with non-YAML file"""
370+
from client.content.config.tabs.settings import spring_ai_obaas
370371
mock_state = SimpleNamespace(
371372
client_settings={
372373
"prompts": {"sys": "Basic Example"},

0 commit comments

Comments
 (0)