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 6826728 commit 6c8a770Copy full SHA for 6c8a770
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