We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2f58d commit cae1b82Copy full SHA for cae1b82
tests/integration/standard/test_metadata.py
@@ -133,7 +133,7 @@ def test_bad_contact_point(self):
133
134
# verify the un-existing host was filtered
135
for host in self.cluster.metadata.all_hosts():
136
- self.assertNotEquals(host.endpoint.address, '126.0.0.186')
+ self.assertNotEqual(host.endpoint.address, '126.0.0.186')
137
138
139
class SchemaMetadataTests(BasicSegregatedKeyspaceUnitTestCase):
0 commit comments