Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Adjust tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbk authored and chadwhitacre committed Dec 6, 2016
1 parent 482d008 commit 8d75659
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/py/test_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,7 @@ def test_about_teams_redirect(self):
assert self.client.GxT('/about/features/teams/').code == 302

def test_about_payments(self):
assert "Payments" in self.client.GET('/about/features/payments').body.decode('utf8')

def test_about_payroll(self):
assert "Payroll" in self.client.GET('/about/features/payroll').body.decode('utf8')
assert "Payments" in self.client.GET('/about/features/').body.decode('utf8')

def test_404(self):
response = self.client.GET('/about/four-oh-four.html', raise_immediately=False)
Expand Down

0 comments on commit 8d75659

Please sign in to comment.