mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-09 22:14:43 +02:00
Fix session-based test
This commit is contained in:
parent
f5c117df9f
commit
8259a12203
2 changed files with 45 additions and 9 deletions
|
@ -144,5 +144,5 @@ class ApplicationWizard(LoginRequiredMixin, NamedUrlSessionWizardView):
|
|||
application = self.forms_to_object(form_dict)
|
||||
application.submit() # change the status to submitted
|
||||
application.save()
|
||||
logger.debug("Application object saved:", application.id)
|
||||
logger.debug("Application object saved: %s", application.id)
|
||||
return redirect("home")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue