Skip to content

Commit

Permalink
Fix one GCE test
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Apr 8, 2018
1 parent 30f0ec5 commit 8434394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcloud/test/compute/test_gce.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ def test_ex_create_network(self):
self.assertEqual(network.cidr, cidr)

# Test using more options
description = 'A custom network'
network = self.driver.ex_create_network(network_name, cidr,
description=description,
routing_mode=routing_mode)
Expand Down

0 comments on commit 8434394

Please sign in to comment.