Rename c/ua - cua

This commit is contained in:
Morgan Dean
2025-07-22 10:04:13 -07:00
parent b981af8fa5
commit 350795615f
37 changed files with 133 additions and 133 deletions

View File

@@ -2,7 +2,7 @@
Shell Command Tests (CMD)
Tests for the run_command method of the Computer interface using cmd.exe commands.
Required environment variables:
- CUA_API_KEY: API key for C/ua cloud provider
- CUA_API_KEY: API key for Cua cloud provider
- CUA_CONTAINER_NAME: Name of the container to use
"""
@@ -33,7 +33,7 @@ from computer import Computer, VMProviderType
@pytest.fixture(scope="session")
async def computer():
"""Shared Computer instance for all test cases."""
# Create a remote Windows computer with C/ua
# Create a remote Windows computer with Cua
computer = Computer(
os_type="windows",
api_key=os.getenv("CUA_API_KEY"),