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.
2 parents 6826728 + 6c8a770 commit a629eaeCopy full SHA for a629eae
tests/integration/cloud/test_cloud.py
@@ -69,8 +69,8 @@ def test_match_system_local(self):
69
def test_set_auth_provider(self):
70
self.connect(self.creds)
71
self.assertIsInstance(self.cluster.auth_provider, PlainTextAuthProvider)
72
- self.assertEqual(self.cluster.auth_provider.username, 'cassandra')
73
- self.assertEqual(self.cluster.auth_provider.password, 'cassandra')
+ self.assertEqual(self.cluster.auth_provider.username, 'user1')
+ self.assertEqual(self.cluster.auth_provider.password, 'user1')
74
75
def test_support_leaving_the_auth_unset(self):
76
with self.assertRaises(NoHostAvailable):
0 commit comments