Skip to content

Commit c4c79c2

Browse files
committed
fix config key name in tests
1 parent e459c4d commit c4c79c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_framework/tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
STREAM_CASSANDRA_HOSTS = [os.environ['TEST_CASSANDRA_HOST']]
77

88
SECRET_KEY = 'ob_^kc#v536)v$x!h3*#xs6&l8&7#4cqi^rjhczu85l9txbz+W'
9-
STREAM_CASSANDRA_CONSITENCY_LEVEL = 'ONE'
9+
STREAM_CASSANDRA_CONSISTENCY_LEVEL = 'ONE'
1010

1111

1212
STREAM_REDIS_CONFIG = {

0 commit comments

Comments
 (0)