Fixing a failing test and updating the personnel.

This commit is contained in:
Dan 2020-12-01 15:47:27 -05:00
parent e15130e09c
commit aca1fb366b
2 changed files with 1 additions and 2 deletions

View File

@ -89,6 +89,7 @@ def load_example_data():
from example_data import ExampleDataLoader
ExampleDataLoader.clean_db()
ExampleDataLoader().load_all()
ExampleDataLoader().load_default_user()
@app.cli.command()

View File

@ -22,8 +22,6 @@ class ExampleDataLoader:
def load_all(self):
self.load_reference_documents()
self.load_default_user()
categories = [
WorkflowSpecCategoryModel(
id=0,