Formatting.

This commit is contained in:
Drew Larson
2017-05-23 19:25:36 -06:00
parent 4e679adc5f
commit 957f52086b
+1
View File
@@ -7,6 +7,7 @@ from model_mommy import mommy
from rest_framework import status
from .models import Bike, BikeState
class TestGet(TestCase):
def setUp(self):
self.user = mommy.make('registration.CustomUser', is_admin=True, is_superuser=True)