aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_cmdline.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test_cmdline.py b/test/test_cmdline.py
index 45c0b3e6..cc1abfa2 100644
--- a/test/test_cmdline.py
+++ b/test/test_cmdline.py
@@ -41,14 +41,6 @@ def test_common():
assert cmdline.get_common_options(opts)
- opts.stickycookie_all = True
- opts.stickyauth_all = True
- v = cmdline.get_common_options(opts)
- assert v["stickycookie"] == ".*"
- assert v["stickyauth"] == ".*"
-
- opts.stickycookie_all = False
- opts.stickyauth_all = False
opts.stickycookie_filt = "foo"
opts.stickyauth_filt = "foo"
v = cmdline.get_common_options(opts)