mirror of
https://github.com/sprockets/sprockets-influxdb.git
synced 2024-11-14 19:29:29 +00:00
Fix the goofy test
This commit is contained in:
parent
fa2c2cbbd1
commit
b3fd59da9b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue