Use proper status names for requests
This commit is contained in:
0
tests/models/__init__.py
Normal file
0
tests/models/__init__.py
Normal file
5
tests/models/test_requests.py
Normal file
5
tests/models/test_requests.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from tests.factories import RequestFactory
|
||||
|
||||
|
||||
def test_started_request_requires_mo_action():
|
||||
request = RequestFactory.create()
|
Reference in New Issue
Block a user