Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Feb 5, 2024
1 parent f94ca97 commit f2bb43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def test_web_options(self):
self.assertEqual(200, requests.get("http://127.0.0.1:%i/" % port, timeout=3).status_code)
proc.terminate()

@unittest.skipIf(os.name == "nt", reason="termios doesnt exist on windows, adn thus we cannot import pty")
@unittest.skipIf(os.name == "nt", reason="termios doesnt exist on windows, and thus we cannot import pty")
def test_input(self):
import pty

Expand Down

0 comments on commit f2bb43b

Please sign in to comment.