# HG changeset patch # User Mads Kiilerich # Date 2020-10-12 21:59:08 # Node ID 4df740e355ae4837b0b196b74dca8641204b10f1 # Parent c1677e2d9e675f927dd106326807fbace13c123d tests: drop rc prefix from test cookie file diff --git a/kallithea/tests/scripts/manual_test_crawler.py b/kallithea/tests/scripts/manual_test_crawler.py --- a/kallithea/tests/scripts/manual_test_crawler.py +++ b/kallithea/tests/scripts/manual_test_crawler.py @@ -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'),