Changeset - 4df740e355ae
[Not reviewed]
default
0 1 0
Mads Kiilerich (mads) - 5 years ago 2020-10-12 21:59:08
mads@kiilerich.com
Grafted from: fc238086b293
tests: drop rc prefix from test cookie file
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/scripts/manual_test_crawler.py
Show inline comments
 
@@ -70,7 +70,7 @@ PROJECTS = [
 
]
 

	
 

	
 
cj = http.cookiejar.FileCookieJar(os.path.join(tempfile.gettempdir(), 'rc_test_cookie.txt'))
 
cj = http.cookiejar.FileCookieJar(os.path.join(tempfile.gettempdir(), 'test_cookie.txt'))
 
o = urllib.request.build_opener(urllib.request.HTTPCookieProcessor(cj))
 
o.addheaders = [
 
    ('User-agent', 'kallithea-crawler'),
0 comments (0 inline, 0 general)