Fix the goofy test

This commit is contained in:
Gavin M. Roy 2017-04-05 17:14:55 -04:00
parent fa2c2cbbd1
commit b3fd59da9b

View file

@ -149,6 +149,7 @@ class SetConfigurationTestCase(base.AsyncTestCase):
influxdb.install()
with self.assertRaises(ValueError):
influxdb.set_sample_probability(2.0)
with self.assertRaises(ValueError):
influxdb.set_sample_probability(-1.0)