Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
btb committed Dec 7, 2018
1 parent b0b570d commit afc201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ems_wheniwork/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_serviceorders(self):
self.set_user('javerage')

# Issue a GET request.
response = self.client.get('/serviceorders')
response = self.client.get('/')

# Check that the response is 200 OK.
self.assertEqual(response.status_code, 200)
Expand Down

0 comments on commit afc201f

Please sign in to comment.