<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- tests/test_interaction.py.orig	2021-03-05 17:17:16.000000000 +0300
+++ tests/test_interaction.py	2021-03-21 18:21:07.000000000 +0300
@@ -60,7 +60,7 @@
         bin_path = get_http_prompt_path()
         child = pexpect.spawn(bin_path, env=os.environ)

-        child.expect_exact('http://localhost:8000&gt; ')
+        child.expect_exact('http://localhost:8000&gt;')

         # Enter 'htpie', switch to command mode (ESC),
         # move two chars left (hh), and insert (i) a 't'
</pre></body></html>