mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Fix path for login middleware perl line
This commit is contained in:
parent
84a78635d0
commit
1da7f1d674
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: |
|
||||
perl -pi \
|
||||
-e 's/"csp.middleware.CSPMiddleware",/$&"registrar.tests.common.MockUserLogin",/' \
|
||||
/registrar/config/settings.py
|
||||
registrar/config/settings.py
|
||||
|
||||
- name: Start container
|
||||
working-directory: ./src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue