Remove suburl support in test_auth.py
authorMagnus Hagander <magnus@hagander.net>
Tue, 1 Apr 2025 11:36:17 +0000 (13:36 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 11 Jun 2025 18:26:21 +0000 (20:26 +0200)
This was removed from actual community auth a very long time ago (in
2013, in commit 78de94d1).

tools/communityauth/test_auth.py

index 746a8ef58369eb5bc6e0e05f7b767495efe8ff93..ea6d1fa1afdbf00e65d01315e027d75ee6f4366c 100755 (executable)
@@ -21,7 +21,6 @@ if __name__ == "__main__":
     parser.add_option("-f", "--first", dest="first")
     parser.add_option("-l", "--last", dest="last")
     parser.add_option("-e", "--email", dest="email")
-    parser.add_option("-s", "--suburl", dest="suburl")
 
     (options, args) = parser.parse_args()
 
@@ -47,8 +46,6 @@ if __name__ == "__main__":
         'l': options.last,
         'e': options.email,
     }
-    if options.suburl:
-        info['su'] = options.suburl
 
     # Turn this into an URL. Make sure the timestamp is always first, that makes
     # the first block more random..