Skip to content

Commit 80947ac

Browse files
committed
Fix tests
1 parent ece7430 commit 80947ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ def test_key_info(client):
123123
@fixture(scope='function')
124124
def get_private_key(client):
125125
keys = client.get_keys()['results']
126-
key = next(x for x in keys if 'Default Search API' in x['description'])
126+
key = next(x for x in keys if 'Default Search API' in x['name'])
127127
return key

0 commit comments

Comments
 (0)