mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Formatting.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user