update and fix some tests from rebase

This commit is contained in:
dandds
2018-07-27 15:15:44 -04:00
committed by richard-dds
parent 5f2ffe57b8
commit 0179a22827
6 changed files with 35 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ from atst.forms.request import RequestForm
from atst.forms.org import OrgForm
from atst.forms.poc import POCForm
from atst.forms.review import ReviewForm
from atst.domain.requests import Requests
class RequestNew(BaseHandler):