We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72df2d6 commit e6063e1Copy full SHA for e6063e1
runtests.py
@@ -754,7 +754,11 @@ def testUsernamePrefix(self):
754
user = self.getUser(answers, username_prefix='github-')
755
self.assertEqual(user, 'github-trololol')
756
757
- errmsg, user = self.attemptHttpAuth(self.trac_env, username_prefix='github-')
+ errmsg, user = self.attemptHttpAuth(self.trac_env,
758
+ username_prefix='github-',
759
+ organization='org',
760
+ username='github-bot-user',
761
+ access_token='accesstoken')
762
self.assertEqual(len(errmsg), 0,
763
"HTTP authentication should still work.")
764
self.assertEqual(user, "user",
0 commit comments