From 44792530a921fa2d0db080e52948c665c844d86c Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Wed, 10 Jan 2018 13:18:34 -0800 Subject: [PATCH] fix autoscaler test (#1411) --- test/autoscaler_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/autoscaler_test.py b/test/autoscaler_test.py index 919028dba..e2306546a 100644 --- a/test/autoscaler_test.py +++ b/test/autoscaler_test.py @@ -94,6 +94,7 @@ SMALL_CLUSTER = { "provider": { "type": "mock", "region": "us-east-1", + "availability_zone": "us-east-1a", }, "auth": { "ssh_user": "ubuntu",