diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-07-08 16:39:54 -0400 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2019-07-10 09:12:20 -0400 |
commit | 38b4412f8b6cf21371b67e8de917f5a24b2bf72d (patch) | |
tree | b19adcaf27fce5d161b226017b62ce7e91a83be2 /src/dashboard/views.py | |
parent | 35c8640a32b7c6b3b35d68367668898fdfd7d423 (diff) |
Fixes and adds Tests
Fixes old tests and adds some more.
Also fixes linting errors
Change-Id: If84f0ed2dab5f9ffa7ce2deb92e058b0076d9154
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'src/dashboard/views.py')
-rw-r--r-- | src/dashboard/views.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dashboard/views.py b/src/dashboard/views.py index 9416cb4..c387251 100644 --- a/src/dashboard/views.py +++ b/src/dashboard/views.py @@ -12,12 +12,10 @@ from django.shortcuts import get_object_or_404 from django.views.generic import TemplateView from django.shortcuts import render -from django.http import HttpResponseRedirect from account.models import Lab from resource_inventory.models import Image, HostProfile -from workflow.views import create_session from workflow.workflow_manager import ManagerTracker |