Skip to content

Commit

Permalink
Fix ui/logout test
Browse files Browse the repository at this point in the history
  • Loading branch information
farhaanbukhsh committed Dec 9, 2016
1 parent 817c90a commit 49a6a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pagure_flask_ui_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def test_logout(self):
# Due to the way the tests are running we do not actually
# log out
self.assertIn(
'<a href="/logout/?next=http://localhost/">log out</a>',
'<a class="dropdown-item" href="/logout/?next=http://localhost/">Log Out</a>',
output.data)

def test_settings_admin_session_timedout(self):
Expand Down

0 comments on commit 49a6a1a

Please sign in to comment.