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 744dac7 commit 3866553Copy full SHA for 3866553
tests/client/test_client_tenant_token.py
@@ -86,7 +86,7 @@ def test_generate_tenant_token_with_empty_search_rules_in_dict(get_private_key):
86
client = meilisearch.Client(BASE_URL, get_private_key['key'])
87
88
with pytest.raises(Exception):
89
- client.generate_tenant_token(uid=get_private_key['uid'], search_rules={''})
+ client.generate_tenant_token(api_key_uid=get_private_key['uid'], search_rules={''})
90
91
def test_generate_tenant_token_with_bad_expires_at(client, get_private_key):
92
"""Tests create a tenant token with a bad expires at."""
0 commit comments