Parcourir la source

[1175] fix a typo

Naoki Kambe il y a 13 ans
Parent
commit
a5387c15e9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/stats/tests/b10-stats-httpd_test.py

+ 1 - 1
src/bin/stats/tests/b10-stats-httpd_test.py

@@ -90,7 +90,7 @@ def is_ipv6_enabled(address='::1', port=8001):
             continue
         finally:
             if sock: sock.close()
-    raise Exception('hoge')
+    return False
 
 class TestHttpHandler(unittest.TestCase):
     """Tests for HttpHandler class"""