Updated an IPR test to account for facelift changes.

- Legacy-Id: 9362
This commit is contained in:
Henrik Levkowetz 2015-04-02 19:50:00 +00:00
parent 85f9eee27b
commit 2c4785adf6

View file

@ -466,7 +466,7 @@ I would like to revoke this declaration.
login_testing_unauthorized(self, "secretary", url)
r = self.client.get(url,follow=True)
self.assertTrue("Sign In" in r.content)
self.assertEqual(r.status_code,200)
len_before = len(outbox)
# successful post
self.client.login(username="secretary", password="secretary+password")