Skip to content

Commit 10d8ddd

Browse files
committed
Actually use remote_user in recently added login_testing_unauthorized
- Legacy-Id: 2274
1 parent f705790 commit 10d8ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

branch/iesg-tracker/ietf/utils/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,5 @@ def login_testing_unauthorized(tc, remote_user, url):
213213
tc.assertEquals(r.status_code, 302)
214214
tc.assertTrue("/accounts/login" in r['Location'])
215215

216-
tc.client.login(remote_user="klm")
216+
tc.client.login(remote_user=remote_user)
217217

0 commit comments

Comments
 (0)