mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Ensure the tour sidebar gets shown
I accidentally broke it by removing a parameter. This commit reinstates that parameter and adds some tests to make sure it doesn’t happen again.
This commit is contained in:
@@ -302,6 +302,7 @@ def send_test_step(service_id, template_id, step_index):
|
||||
skip_link=skip_link,
|
||||
optional_placeholder=optional_placeholder,
|
||||
back_link=back_link,
|
||||
help=get_help_argument(),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user