We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28faa65 commit 7e8b4b7Copy full SHA for 7e8b4b7
tests/client/test_client_tenant_token.py
@@ -65,7 +65,7 @@ def test_generate_tenant_token_with_empty_search_rules_in_list(get_private_key):
65
client = meilisearch.Client(BASE_URL, get_private_key['key'])
66
67
with pytest.raises(Exception):
68
- client.generate_tenant_token(uid=get_private_key['uid'], search_rules=[''])
+ client.generate_tenant_token(api_key_uid=get_private_key['uid'], search_rules=[''])
69
70
def test_generate_tenant_token_without_search_rules_in_list(get_private_key):
71
"""Tests create a tenant token without search rules."""
0 commit comments