Skip to content

Commit 7a42e2a

Browse files
committed
Remove suburl support in test_auth.py
This was removed from actual community auth a very long time ago (in 2013, in commit 78de94d).
1 parent 6fbb64b commit 7a42e2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/communityauth/test_auth.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
parser.add_option("-f", "--first", dest="first")
2222
parser.add_option("-l", "--last", dest="last")
2323
parser.add_option("-e", "--email", dest="email")
24-
parser.add_option("-s", "--suburl", dest="suburl")
2524

2625
(options, args) = parser.parse_args()
2726

@@ -47,8 +46,6 @@
4746
'l': options.last,
4847
'e': options.email,
4948
}
50-
if options.suburl:
51-
info['su'] = options.suburl
5249

5350
# Turn this into an URL. Make sure the timestamp is always first, that makes
5451
# the first block more random..

0 commit comments

Comments
 (0)