Skip to content

Commit 77384c5

Browse files
committed
refactor: clean up
1 parent 6402e2b commit 77384c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/key_value_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class TestKeyValueStoreSync:
15-
def test_key_value_store_should_create_public_keys_expiring_url_with_params(
15+
def test_key_value_store_should_create_expiring_keys_public_url_with_params(
1616
self, apify_client: ApifyClient
1717
) -> None:
1818
created_store = apify_client.key_value_stores().get_or_create(name=random_resource_name('key-value-store'))
@@ -57,7 +57,7 @@ def test_key_value_store_should_create_public_keys_non_expiring_url(self, apify_
5757

5858

5959
class TestKeyValueStoreAsync:
60-
async def test_key_value_store_should_create_public_keys_expiring_url_with_params(
60+
async def test_key_value_store_should_create_expiring_keys_public_url_with_params(
6161
self, apify_client_async: ApifyClientAsync
6262
) -> None:
6363
created_store = await apify_client_async.key_value_stores().get_or_create(

0 commit comments

Comments
 (0)