fix dash
This commit is contained in:
@@ -38,6 +38,12 @@ class ConfigTests(unittest.TestCase):
|
||||
self.assertEqual(public["graylog_fetch_mode"], "aggregate")
|
||||
self.assertEqual(public["graylog_raw_sample_events"], 2500)
|
||||
|
||||
def test_graylog_tls_verify_can_be_disabled(self):
|
||||
with tempfile.TemporaryDirectory() as directory:
|
||||
store = ConfigStore(str(Path(directory) / "config.json"))
|
||||
public = store.update({"graylog_tls_verify": False})
|
||||
self.assertFalse(public["graylog_tls_verify"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user