From 30610ab205a626fe0b975869c3d7deb078a41869 Mon Sep 17 00:00:00 2001 From: Andrew Leith Date: Mon, 20 Jan 2025 15:42:01 +0000 Subject: [PATCH] chore: update references to "main.min.js" to "index.min.js" --- app/templates/notify_template.html | 2 +- tests/app/main/views/test_headers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/notify_template.html b/app/templates/notify_template.html index 8f84223ca0..26abfca56b 100644 --- a/app/templates/notify_template.html +++ b/app/templates/notify_template.html @@ -26,7 +26,7 @@ {% include 'partials/cds_ascii_art.html' %} {% include 'partials/google-tag-manager-body.html' %} {% block main_content %}{% endblock %} - + diff --git a/tests/app/main/views/test_headers.py b/tests/app/main/views/test_headers.py index ea48af2f99..1d37bd1950 100644 --- a/tests/app/main/views/test_headers.py +++ b/tests/app/main/views/test_headers.py @@ -100,7 +100,7 @@ def test_owasp_useful_headers_set(client, mocker, mock_get_service_and_organisat "public, max-age=31536000, immutable", ), ( - "javascripts/main.min.js", + "javascripts/index.min.js", True, "public, max-age=31536000, immutable", ),