Skip to content

Commit

Permalink
[bugfix] 'move' token is no longer supported, no longer skip here
Browse files Browse the repository at this point in the history
Change-Id: I687daf491216638970b222cb49a33dfd350d1236
  • Loading branch information
xqt committed Jun 12, 2024
1 parent 8fea2be commit 96d6da9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/edit_failure_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ def test_movepage(self):
"""Test that site.movepage raises the appropriate exceptions."""
mysite = self.get_site()
mainpage = self.get_mainpage()
if 'move' not in mysite.tokens:
self.skipTest(
"movepage test requires 'move' token not given to user on {}"
.format(self.site))

with self.assertRaises(Error):
mysite.movepage(mainpage, mainpage.title(), 'test')
Expand Down

0 comments on commit 96d6da9

Please sign in to comment.