Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
roseva1 committed Mar 21, 2024
1 parent d931d96 commit aa44e5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turkle/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ def test_index_open_assignment(self):
client.login(username='testuser', password='secret')
response = client.get(reverse('index'))
self.assertEqual(response.status_code, 200)
self.assertFalse(b'No open assignments. Accept a new task to open an assignment.' in response.content)
self.assertFalse(b'No open assignments. Accept a new task to open an assignment.'
in response.content)

def test_index_open_assignment_from_inactive_batch(self):
# Don't show open tasks from inactive batches
Expand Down

0 comments on commit aa44e5a

Please sign in to comment.