typo

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/78aed02f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/78aed02f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/78aed02f

Branch: refs/heads/trunk
Commit: 78aed02fc1a239f8188136cd19247566e09d1276
Parents: 7311833
Author: andy <[email protected]>
Authored: Mon Jun 19 07:47:06 2017 -0400
Committer: andy <[email protected]>
Committed: Mon Jun 19 07:47:06 2017 -0400

----------------------------------------------------------------------
 libcloud/test/container/test_gke.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/78aed02f/libcloud/test/container/test_gke.py
----------------------------------------------------------------------
diff --git a/libcloud/test/container/test_gke.py 
b/libcloud/test/container/test_gke.py
index 91f0a16..e909e83 100644
--- a/libcloud/test/container/test_gke.py
+++ b/libcloud/test/container/test_gke.py
@@ -52,7 +52,7 @@ class GKEContainerDriverTestCase(GoogleTestCase, 
TestCaseMixin):
     def test_list_images_response(self):
         config = self.driver.list_clusters(ex_zone="us-central1-a")
         assert "zone" in config
-        assert config.zone = "us-central1-a"
+        assert config.zone == "us-central1-a"
 
     def test_server_config(self):
         config = self.driver.get_server_config()

Reply via email to