mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
uri -> url
This commit is contained in:
@ -63,7 +63,7 @@ class TestCases(unittest.TestCase):
|
||||
self.assertContains(body,
|
||||
"<title>400 Bad Request</title>",
|
||||
"<h1>Bad Request</h1>\n",
|
||||
"You requested an invalid URI: %s\n"%path,
|
||||
"You requested an invalid URL: %s\n"%path,
|
||||
'Generated by darkhttpd')
|
||||
|
||||
def nerf(s):
|
||||
|
Reference in New Issue
Block a user