summaryrefslogtreecommitdiff
path: root/testenv/Test-cookie-401.py
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/Test-cookie-401.py')
-rwxr-xr-xtestenv/Test-cookie-401.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testenv/Test-cookie-401.py b/testenv/Test-cookie-401.py
index 4ffb1ff..b6ad5b8 100755
--- a/testenv/Test-cookie-401.py
+++ b/testenv/Test-cookie-401.py
@@ -7,7 +7,6 @@ from misc.wget_file import WgetFile
This test ensures that Wget stores the cookie even in the event of a
401 Unauthorized Response
"""
-TEST_NAME = "Basic Cookie 401 Response"
############# File Definitions ###############################################
File1 = """All happy families are alike;
Each unhappy family is unhappy in its own way"""
@@ -50,7 +49,6 @@ post_test = {
}
err = HTTPTest (
- name=TEST_NAME,
pre_hook=pre_test,
test_params=test_options,
post_hook=post_test