mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix test
This commit is contained in:
parent
02c3d6b265
commit
a489b406b4
5 changed files with 15 additions and 19 deletions
|
@ -113,7 +113,8 @@ async fn secrets_are_hidden_in_settings() {
|
|||
"default": {
|
||||
"source": "rest",
|
||||
"url": "https://localhost:7777",
|
||||
"apiKey": "My super secret value you will never guess"
|
||||
"apiKey": "My super secret value you will never guess",
|
||||
"dimensions": 4,
|
||||
}
|
||||
}
|
||||
}))
|
||||
|
@ -184,6 +185,7 @@ async fn secrets_are_hidden_in_settings() {
|
|||
"default": {
|
||||
"source": "rest",
|
||||
"apiKey": "My suXXXXXX...",
|
||||
"dimensions": 4,
|
||||
"documentTemplate": "{% for field in fields %} {{ field.name }}: {{ field.value }}\n{% endfor %}",
|
||||
"url": "https://localhost:7777",
|
||||
"query": null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue