Fix bug in test

- Legacy-Id: 3695
This commit is contained in:
Ole Laursen 2011-11-24 10:50:34 +00:00
parent ed0d1ef0d0
commit ca2168cbce

View file

@ -77,7 +77,7 @@ class NewIprTestCase(unittest.TestCase,RealDatabaseTest):
def testNewSpecific(self):
print " Testing IPR disclosure submission"
empty_outbox
empty_outbox()
c = Client()
response = c.post('/ipr/new-specific/', self.SPECIFIC_DISCLOSURE)
self.assertEquals(response.status_code, 200)