Fix API test

This commit is contained in:
Andrew Dickinson 2020-04-17 16:21:50 -04:00
parent 0b206daab2
commit 470f2e58d2

View file

@ -1531,6 +1531,7 @@ class APITestCase(IhatemoneyTestCase):
"contact_email": "yeah@notmyidea.org", "contact_email": "yeah@notmyidea.org",
"password": "raclette", "password": "raclette",
"name": "The raclette party", "name": "The raclette party",
"project_history": "y",
}, },
headers=self.get_auth("raclette"), headers=self.get_auth("raclette"),
) )