remove workspaces task order association for now

This commit is contained in:
dandds
2018-08-16 16:46:00 -04:00
committed by richard-dds
parent ef153f5226
commit 75f41d4d2b
5 changed files with 34 additions and 10 deletions

View File

@@ -110,6 +110,5 @@ class WorkspaceFactory(factory.alchemy.SQLAlchemyModelFactory):
model = Workspace
request = factory.SubFactory(RequestFactory)
task_order = factory.SubFactory(TaskOrderFactory)
# name it the same as the request ID by default
name = factory.LazyAttribute(lambda w: w.request.id)