Skip to content

Commit 04c498f

Browse files
committed
Remove old FIXME comment, it's been fixed by 'SG-24020: Fixes a bug in the schedule test(#250)'
1 parent f72709e commit 04c498f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,6 @@ def test_work_schedule(self):
842842
self.assertEqual(expected, resp)
843843
resp = self.sg.work_schedule_read(start_date, end_date, project, user)
844844
work_schedule['2012-01-04'] = {"reason": "USER_EXCEPTION", "working": False, "description": "Artist Holiday"}
845-
# FIXME: There seems to be a regresion on the Shotgun server that needs to be fixed. Disabling the test
846845
self.assertEqual(work_schedule, resp)
847846

848847
# For now disable tests that are erroneously failling on some sites to

0 commit comments

Comments
 (0)