diff --git a/cassandra_test.go b/cassandra_test.go index b82a039e6..c2ea298e4 100644 --- a/cassandra_test.go +++ b/cassandra_test.go @@ -137,7 +137,7 @@ func TestRingDiscovery(t *testing.T) { cluster = addSslOptions(cluster) session, err := cluster.CreateSession() if err != nil { - t.Errorf("got error connecting to the cluster %v", err) + t.Fatalf("got error connecting to the cluster %v", err) } if *clusterSize > 1 {