Skip to content

Commit 20d3106

Browse files
alallemabidoubiwa
andauthored
Update tests/client/test_client_tenant_token.py
Co-authored-by: cvermand <[email protected]>
1 parent 3b04b76 commit 20d3106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_client_tenant_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ def test_generate_tenant_token_with_no_uid(client, get_private_key):
109109
client = meilisearch.Client(BASE_URL, get_private_key['key'])
110110

111111
with pytest.raises(Exception):
112-
client.generate_tenant_token(uid=None, search_rules=["*"])
112+
client.generate_tenant_token(api_key_uid=None, search_rules=["*"])

0 commit comments

Comments
 (0)