Skip to content

Commit dca98b7

Browse files
committed
Fixed parsing telemetry operationMode
1 parent bc626f0 commit dca98b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/models/telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class OperationMode(object):
8888
Storage modes constants
8989
9090
"""
91-
MEMEORY = 'in-memory'
91+
MEMEORY = 'inmemory'
9292
REDIS = 'redis-consumer'
9393

9494
def get_latency_bucket_index(micros):

0 commit comments

Comments
 (0)