This commit is contained in:
zandercymatics 2023-11-22 14:04:38 -07:00
parent bcf5c6bc5b
commit d0d40baff5
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 1 additions and 11 deletions

View file

@ -1,13 +1,8 @@
"""Generates current-full.csv and current-federal.csv then uploads them to the desired URL.""" """Generates current-full.csv and current-federal.csv then uploads them to the desired URL."""
import glob
import logging import logging
import os import os
import shutil
from django.core.management import BaseCommand from django.core.management import BaseCommand
from registrar.management.commands.utility.terminal_helper import TerminalHelper
from registrar.utility import csv_export from registrar.utility import csv_export

View file

@ -1,13 +1,8 @@
"""Generates current-full.csv and current-federal.csv then uploads them to the desired URL.""" """Generates current-full.csv and current-federal.csv then uploads them to the desired URL."""
import glob
import logging import logging
import os import os
import shutil
from django.core.management import BaseCommand from django.core.management import BaseCommand
from registrar.management.commands.utility.terminal_helper import TerminalHelper
from registrar.utility import csv_export from registrar.utility import csv_export

View file

@ -112,7 +112,7 @@ class TestURLAuth(TestCase):
"/openid/callback/logout/", "/openid/callback/logout/",
"/api/v1/available/whitehouse.gov", "/api/v1/available/whitehouse.gov",
"/api/v1/get-report/current-federal", "/api/v1/get-report/current-federal",
"/api/v1/get-report/current-full" "/api/v1/get-report/current-full",
] ]
def assertURLIsProtectedByAuth(self, url): def assertURLIsProtectedByAuth(self, url):