# HG changeset patch # User Mads Kiilerich # Date 1602532748 -7200 # Node ID 4df740e355ae4837b0b196b74dca8641204b10f1 # Parent c1677e2d9e675f927dd106326807fbace13c123d tests: drop rc prefix from test cookie file diff -r c1677e2d9e67 -r 4df740e355ae kallithea/tests/scripts/manual_test_crawler.py --- a/kallithea/tests/scripts/manual_test_crawler.py Tue Oct 20 12:17:52 2020 +0200 +++ b/kallithea/tests/scripts/manual_test_crawler.py Mon Oct 12 21:59:08 2020 +0200 @@ -70,7 +70,7 @@ ] -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'),