Added valid target objectives to the session create/edit form

This commit is contained in:
Dana Van Aken
2019-10-09 00:15:31 -04:00
parent 2b9f199c6f
commit dcb3152ec5
8 changed files with 51 additions and 20 deletions

View File

@@ -143,7 +143,7 @@ class SessionViewsTests(TestCase):
'name': 'test_create_basic_session',
'description': 'testing create basic session...',
'tuning_session': 'no_tuning_session',
'target_objective': target_objectives.get_default_target_objective(),
'target_objective': target_objectives.default(),
'algorithm': 1,
'cpu': '2',
'memory': '16',