Fix chroma property in IT (#1445)

This commit is contained in:
Eddú Meléndez Gonzales
2024-10-01 10:28:59 -05:00
committed by GitHub
parent 140bcabaf8
commit c81972ec45
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@SpringJUnitConfig
@Testcontainers
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.store.collectionName=TestCollection",
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.collectionName=TestCollection",
"spring.ai.vectorstore.chroma.initialize-schema=true" })
class ChromaContainerConnectionDetailsFactoryTest {

View File

@@ -40,7 +40,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@SpringJUnitConfig
@Testcontainers
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.store.collectionName=TestCollection",
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.collectionName=TestCollection",
"spring.ai.vectorstore.chroma.initialize-schema=true" })
class ChromaWithToken2ContainerConnectionDetailsFactoryTest {

View File

@@ -40,7 +40,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@SpringJUnitConfig
@Testcontainers
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.store.collectionName=TestCollection",
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.collectionName=TestCollection",
"spring.ai.vectorstore.chroma.initialize-schema=true" })
class ChromaWithTokenContainerConnectionDetailsFactoryTest {