Fixup some tests

This commit is contained in:
shamoon
2025-04-25 00:59:46 -07:00
parent 9183bfc0a4
commit 4a28be233e
5 changed files with 167 additions and 128 deletions

View File

@@ -65,6 +65,8 @@ class TestApiAppConfig(DirectoriesMixin, APITestCase):
"barcode_enable_tag": None,
"barcode_tag_mapping": None,
"ai_enabled": False,
"llm_embedding_backend": None,
"llm_embedding_model": None,
"llm_backend": None,
"llm_model": None,
"llm_api_key": None,