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 36b90b7 commit 744dac7Copy full SHA for 744dac7
tests/client/test_client_tenant_token.py
@@ -79,7 +79,7 @@ def test_generate_tenant_token_without_search_rules_in_dict(get_private_key):
79
client = meilisearch.Client(BASE_URL, get_private_key['key'])
80
81
with pytest.raises(Exception):
82
- client.generate_tenant_token(uid=get_private_key['uid'], search_rules={})
+ client.generate_tenant_token(api_key_uid=get_private_key['uid'], search_rules={})
83
84
def test_generate_tenant_token_with_empty_search_rules_in_dict(get_private_key):
85
"""Tests create a tenant token without search rules."""
0 commit comments