update and fix some tests from rebase

This commit is contained in:
dandds
2018-07-27 15:15:44 -04:00
parent 84c228ec2e
commit 7f5f02985b
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):