You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix webserver test
This commit is contained in:
@@ -90,7 +90,7 @@ class TestWebServer(unittest.TestCase):
|
||||
raise response_state["error"]
|
||||
|
||||
response_text = response_state["data"].decode("utf-8", "replace")
|
||||
self.assertIn("<title>MicroPython WebREPL</title>", response_text)
|
||||
self.assertIn("<title>MicroPythonOS WebREPL</title>", response_text)
|
||||
|
||||
WebServer.stop()
|
||||
self.assertFalse(WebServer.is_started())
|
||||
|
||||
Reference in New Issue
Block a user