Skip to content

Commit b4b5860

Browse files
committed
fix(integration tests): make it pick up protocol version from environmet
1 parent a77c8d2 commit b4b5860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ def assert_startswith(s, prefix):
10191019

10201020

10211021
class TestCluster(object):
1022-
DEFAULT_PROTOCOL_VERSION = default_protocol_version
1022+
DEFAULT_PROTOCOL_VERSION = PROTOCOL_VERSION
10231023
DEFAULT_CASSANDRA_IP = CASSANDRA_IP
10241024
DEFAULT_ALLOW_BETA = ALLOW_BETA_PROTOCOL
10251025

0 commit comments

Comments
 (0)