Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kbecker42 committed Aug 22, 2022
1 parent 639ff27 commit 8e35d21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_view/test_assign_task_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ def test_update_assign_workers_remove(self):
res = self.app.post(url, content_type='application/json', data=json.dumps(req_data), follow_redirects=True, headers={'X-CSRFToken': csrf})
res_data = json.loads(res.data)

import pdb
pdb.set_trace()
assert not res_data['assign_users']

# Verify the assign_user parameter has been deleted from the user_pref.
Expand Down

0 comments on commit 8e35d21

Please sign in to comment.