فهرست منبع

Fix assertion

Mike Naberezny 9 سال پیش
والد
کامیت
e2d9e1090e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      supervisor/tests/test_options.py

+ 1 - 1
supervisor/tests/test_options.py

@@ -360,7 +360,7 @@ class ClientOptionsTests(unittest.TestCase):
         self.assertEqual(options.history_file,
            os.path.join(here, 'sc_history'))
         self.assertEqual(options.serverurl,
-            os.path.join(here, 'serverurl'))
+           'unix://' + os.path.join(here, 'supervisord.sock'))
 
     def test_read_config_not_found(self):
         nonexistent = os.path.join(os.path.dirname(__file__), 'nonexistent')