CASSANDRA-16728 - test_tombstone_failure_threshold_message assert checking if array == string, should check for array truthiness
patch by David Capwell; reviewed by Yifan Cai for CASSANDRA-16728
diff --git a/pushed_notifications_test.py b/pushed_notifications_test.py
index 6ab311e..a3b1bdc 100644
--- a/pushed_notifications_test.py
+++ b/pushed_notifications_test.py
@@ -445,7 +445,7 @@
                        node2.grep_log(failure_msg) or
                        node3.grep_log(failure_msg))
 
-            assert failure == "Cannot find tombstone failure threshold error in log after failed query"
+            assert failure, "Cannot find tombstone failure threshold error in log after failed query"
 
         mark1 = node1.mark_log()
         mark2 = node2.mark_log()