Use proper status names for requests

This commit is contained in:
richard-dds
2018-08-07 15:16:38 -04:00
parent ee8f37a862
commit 52bd76e6ee
4 changed files with 25 additions and 13 deletions

0
tests/models/__init__.py Normal file
View File

View File

@@ -0,0 +1,5 @@
from tests.factories import RequestFactory
def test_started_request_requires_mo_action():
request = RequestFactory.create()