mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Change assertion for consistency
This commit is contained in:
@@ -386,7 +386,7 @@ def send_test_step(service_id, template_id, step_index):
|
|||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if "test" in request.endpoint:
|
if request.endpoint == 'main.send_test_step':
|
||||||
current_placeholder = placeholders[step_index - 1]
|
current_placeholder = placeholders[step_index - 1]
|
||||||
else:
|
else:
|
||||||
current_placeholder = placeholders[step_index]
|
current_placeholder = placeholders[step_index]
|
||||||
|
|||||||
Reference in New Issue
Block a user