Skip to content

Commit

Permalink
Updated tests post refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Oct 26, 2016
1 parent cc9a95f commit e53831b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_influxdb_templates_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def test_memcache_field_keys(self):
self.config['influxdb']['memcache'] = {'host': 'localhost'}
self.finder = influxgraph.InfluxDBFinder(self.config)
self.finder.memcache.delete(_MEMCACHE_FIELDS_KEY)
self.finder._get_field_keys()
self.finder.get_field_keys()
self.assertTrue(self.finder.memcache.get(_MEMCACHE_FIELDS_KEY))

if __name__ == '__main__':
Expand Down

0 comments on commit e53831b

Please sign in to comment.