1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Formatting.

This commit is contained in:
Drew Larson 2017-01-07 19:01:17 -06:00
parent 4e679adc5f
commit 957f52086b

View File

@ -7,6 +7,7 @@ from model_mommy import mommy
from rest_framework import status from rest_framework import status
from .models import Bike, BikeState from .models import Bike, BikeState
class TestGet(TestCase): class TestGet(TestCase):
def setUp(self): def setUp(self):
self.user = mommy.make('registration.CustomUser', is_admin=True, is_superuser=True) self.user = mommy.make('registration.CustomUser', is_admin=True, is_superuser=True)