Skip to content
Snippets Groups Projects
Commit 9b0737ed authored by Mario Raciti's avatar Mario Raciti
Browse files

TMSS-692: Update test function name

parent 757f1588
No related branches found
No related tags found
1 merge request!410Resolve TMSS-692
......@@ -526,7 +526,7 @@ class ProjectReportTest(unittest.TestCase):
self.test_data_creator = TMSSRESTTestDataCreator(BASE_URL, requests.auth.HTTPBasicAuth('test', 'test'))
response = requests.get(self.test_data_creator.django_api_url + '/', auth=self.test_data_creator.auth)
def test_create_report(self):
def test_create_project_report(self):
# Create Subtask of type 'ingest'
subtask_template = models.SubtaskTemplate.objects.create(**SubtaskTemplate_test_data(subtask_type_value='ingest'))
subtask = models.Subtask.objects.create(**Subtask_test_data(task_blueprint=self.task_blueprint, subtask_template=subtask_template))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment