changeset 8698:4df740e355ae

tests: drop rc prefix from test cookie file
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 12 Oct 2020 21:59:08 +0200
parents c1677e2d9e67
children 473aee164a09
files kallithea/tests/scripts/manual_test_crawler.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'),