diff --git a/test/integration/test_ssh.py b/test/integration/test_ssh.py index efb3d8e..52f9703 100644 --- a/test/integration/test_ssh.py +++ b/test/integration/test_ssh.py @@ -5,7 +5,7 @@ from linode_metadata import AsyncMetadataClient, MetadataClient -def test_get_ssh_keys(client: MetadataClient): +def test_get_ssh_keys_sync(client: MetadataClient): ssh_keys = client.get_ssh_keys() inspect_ssh_keys_response(ssh_keys)