Skip to content

Commit e834590

Browse files
committed
Fixing -tox analysis error
1 parent 7e982d4 commit e834590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/managers/ticket_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_list_tickets_false(self):
4949
open_status=False,
5050
closed_status=False)
5151

52-
self.assertEquals('open_status and closed_status cannot both be False', str(exception))
52+
self.assertEqual('open_status and closed_status cannot both be False', str(exception))
5353

5454
def test_list_subjects(self):
5555
list_expected_ids = [1001, 1002, 1003, 1004, 1005]

0 commit comments

Comments
 (0)