Skip to content
Snippets Groups Projects
Commit ed84b7f0 authored by David Trattnig's avatar David Trattnig
Browse files

Test: Remove assertion on socket dir

parent 3ca1d1bd
No related branches found
No related tags found
No related merge requests found
Pipeline #2195 passed
......@@ -56,9 +56,6 @@ class TestConfig(unittest.TestCase):
)
self.assertTrue(validators.url(engine_health_url))
# Check if Liquidsoap "socket_dir" is set and a directory
self.assertTrue(os.path.isdir(self.config.get("socket_dir")))
# Check if database settings are set
self.assertIsNotNone(self.config.get("db_user"))
self.assertIsNotNone(self.config.get("db_pass"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment