aboutsummaryrefslogtreecommitdiff
path: root/internal/lib/cvd_compute_client_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lib/cvd_compute_client_test.py')
-rw-r--r--internal/lib/cvd_compute_client_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/lib/cvd_compute_client_test.py b/internal/lib/cvd_compute_client_test.py
index 7b764c62..d9809b1d 100644
--- a/internal/lib/cvd_compute_client_test.py
+++ b/internal/lib/cvd_compute_client_test.py
@@ -155,6 +155,7 @@ class CvdComputeClientTest(driver_test_lib.BaseDriverTest):
args.flavor = "phone"
args.adb_port = None
args.remote_host = False
+ args.launch_args = None
fake_avd_spec = avd_spec.AVDSpec(args)
fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
fake_avd_spec.hw_property[constants.HW_Y_RES] = str(self.Y_RES)