@@ -180,7 +180,7 @@ def test_put_fetch_contains_ip_address_disabled(self):
180180 adapter = _build_default_client ({})
181181 try :
182182 cfg = DEFAULT_CONFIG .copy ()
183- cfg .update ({'ipAddressesEnabled ' : False })
183+ cfg .update ({'IPAddressesEnabled ' : False })
184184 self ._put_impressions (adapter , get_metadata (cfg ))
185185
186186 imps = adapter .lrange ('SPLITIO.impressions' , 0 , 2 )
@@ -231,7 +231,7 @@ def test_put_fetch_contains_ip_address_disabled(self):
231231 adapter = _build_default_client ({})
232232 try :
233233 cfg = DEFAULT_CONFIG .copy ()
234- cfg .update ({'ipAddressesEnabled ' : False })
234+ cfg .update ({'IPAddressesEnabled ' : False })
235235 self ._put_events (adapter , get_metadata (cfg ))
236236
237237 evts = adapter .lrange ('SPLITIO.events' , 0 , 2 )
@@ -251,7 +251,7 @@ def test_put_fetch_contains(self):
251251 """Test storing and retrieving splits in redis."""
252252 adapter = _build_default_client ({})
253253 cfg = DEFAULT_CONFIG .copy ()
254- cfg .update ({'ipAddressesEnabled ' : False })
254+ cfg .update ({'IPAddressesEnabled ' : False })
255255 metadata = get_metadata (cfg )
256256 storage = RedisTelemetryStorage (adapter , metadata )
257257 try :
@@ -287,7 +287,7 @@ def test_put_fetch_contains_ip_address_disabled(self):
287287 """Test storing and retrieving splits in redis."""
288288 adapter = _build_default_client ({})
289289 cfg = DEFAULT_CONFIG .copy ()
290- cfg .update ({'ipAddressesEnabled ' : False })
290+ cfg .update ({'IPAddressesEnabled ' : False })
291291 metadata = get_metadata (cfg )
292292 storage = RedisTelemetryStorage (adapter , metadata )
293293 try :
0 commit comments