This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/master by this push:
     new af85d70  Fix error on since() in auth_join_ring_false_test
af85d70 is described below

commit af85d7042224e81eb57afcf079bf91ef681b58e9
Author: Michael Shuler <mich...@pbandjelly.org>
AuthorDate: Wed Jun 12 11:46:57 2019 -0500

    Fix error on since() in auth_join_ring_false_test
---
 auth_join_ring_false_test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/auth_join_ring_false_test.py b/auth_join_ring_false_test.py
index 71bc001..73e29e4 100644
--- a/auth_join_ring_false_test.py
+++ b/auth_join_ring_false_test.py
@@ -5,6 +5,7 @@ from cassandra.cluster import NoHostAvailable
 
 from dtest import Tester
 
+since = pytest.mark.since
 
 @since('2.2')
 class TestAuth(Tester):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to