You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2019/06/12 16:47:23 UTC

[cassandra-dtest] branch master updated: Fix error on since() in auth_join_ring_false_test

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 <mi...@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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org