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 7e8b4b7 commit 36b90b7Copy full SHA for 36b90b7
tests/client/test_client_tenant_token.py
@@ -72,7 +72,7 @@ def test_generate_tenant_token_without_search_rules_in_list(get_private_key):
72
client = meilisearch.Client(BASE_URL, get_private_key['key'])
73
74
with pytest.raises(Exception):
75
- client.generate_tenant_token(uid=get_private_key['uid'], search_rules=[])
+ client.generate_tenant_token(api_key_uid=get_private_key['uid'], search_rules=[])
76
77
def test_generate_tenant_token_without_search_rules_in_dict(get_private_key):
78
"""Tests create a tenant token without search rules."""
0 commit comments