Skip to content

Commit 87278e2

Browse files
bors[bot]curquiza
andauthored
Merge #401
401: Fix API key wording according to v0.25.0 of MeiliSearch r=alallema a=curquiza Not a big deal, but we should remove the following wording - `private key` - `public key` Indeed, since [MeiliSearch v0.25.0](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.25.0), `private key` is replaced by `admin key` and `public key` by `search key`. Co-authored-by: Clémentine Urquizar - curqui <[email protected]>
2 parents e665923 + 9b68c8a commit 87278e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_client_key_meilisearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from meilisearch.errors import MeiliSearchApiError
55

66
def test_get_keys_default(client):
7-
"""Tests if public and private keys have been generated and can be retrieved."""
7+
"""Tests if search and admin keys have been generated and can be retrieved."""
88
keys = client.get_keys()
99
assert isinstance(keys, dict)
1010
assert len(keys['results']) == 2

0 commit comments

Comments
 (0)