Skip to content

Commit ca2168c

Browse files
committed
Fix bug in test
- Legacy-Id: 3695
1 parent ed0d1ef commit ca2168c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/ipr/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def tearDown(self):
7777

7878
def testNewSpecific(self):
7979
print " Testing IPR disclosure submission"
80-
empty_outbox
80+
empty_outbox()
8181
c = Client()
8282
response = c.post('/ipr/new-specific/', self.SPECIFIC_DISCLOSURE)
8383
self.assertEquals(response.status_code, 200)

0 commit comments

Comments
 (0)