Skip to content

Commit

Permalink
Merge pull request #1493 from kaltura/master-fix-redundant
Browse files Browse the repository at this point in the history
Remove redundant line
  • Loading branch information
shamamayair authored Dec 4, 2023
2 parents b41f70a + 3bdbbd0 commit 13072f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def assertRequestFails(url, statusCode, expectedBody = None, headers = {}, postD
assertIn(e.getcode(), statusCode)
else:
assertEquals(e.getcode(), statusCode)
assertEquals(e.getcode(), statusCode)
if expectedBody != None:
assertEquals(expectedBody, e.read())

Expand Down

0 comments on commit 13072f2

Please sign in to comment.