Skip to content

Commit e8057f9

Browse files
committed
removing local changes
1 parent 1d610b2 commit e8057f9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/cosmosdb-preview/azext_cosmosdb_preview/tests/latest/test_cosmosdb-cassandrami_scenario.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,13 @@ def test_managed_cassandra_cluster_create_with_azure_connection_method(self, res
9494
})
9595

9696
# Create Cluster with azure_connection_method
97-
self.cmd('az managed-cassandra cluster create -c {c} -l eastus2 -g {rg} -i password -q {azure_connection_method} --debug')
97+
self.cmd('az managed-cassandra cluster create -c {c} -l eastus2 -g {rg} -i password -q {azure_connection_method}')
9898
cluster = self.cmd('az managed-cassandra cluster show -c {c} -g {rg}').get_output_in_json()
99-
print(cluster)
10099
assert cluster['properties']['provisioningState'] == 'Succeeded'
101100

102101
# Create Datacenter
103102
self.cmd('az managed-cassandra datacenter create -c {c} -d {d} -l eastus2 -g {rg} -n 3 -s {subnet_id} -i 10.0.0.8')
104103
datacenter = self.cmd('az managed-cassandra datacenter show -c {c} -d {d} -g {rg}').get_output_in_json()
105-
print(datacenter)
106104
assert datacenter['properties']['provisioningState'] == 'Succeeded'
107105

108106
# Clean up

0 commit comments

Comments
 (0)