mirror of https://github.com/apache/cloudstack.git
Fixing minor typos
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
368f32fa25
commit
64c120c0db
|
|
@ -1308,10 +1308,10 @@ class TestSharedNetworks(cloudstackTestCase):
|
|||
self.assertEqual(
|
||||
list_network_offerings_response[0].state,
|
||||
"Disabled",
|
||||
"The network offering created should be bydefault disabled."
|
||||
"The network offering created should be by default disabled."
|
||||
)
|
||||
|
||||
self.debug("Network Offering created: %s" % self.shared_network_offering.id)
|
||||
self.debug("Shared Network Offering created: %s" % self.shared_network_offering.id)
|
||||
|
||||
#Update network offering state from disabled to enabled.
|
||||
network_offering_update_response = NetworkOffering.update(
|
||||
|
|
|
|||
Loading…
Reference in New Issue