mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 05:20:02 -06:00
Rename c/ua - cua
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user