diff --git a/Pipfile b/Pipfile index 0226c343c..cac7ee31f 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,7 @@ pytz = "==2022.1" rtreelib = "==0.2.0" werkzeug = "==2.1.2" wtforms = "==3.0.1" -notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils"} +notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"} [dev-packages] isort = "==5.10.1" diff --git a/Pipfile.lock b/Pipfile.lock index 8d6fd58f5..83328d498 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "301614ec2e4911b6992dbbab196ccc938da3205f1a14e4472afc2b0c65957c93" + "sha256": "407f000846ac854dc6648aa384fa90a5ab5577c2f0a90d7b7e4285347c47f091" }, "pipfile-spec": 6, "requires": { @@ -575,7 +575,7 @@ }, "notifications-utils": { "editable": true, - "git": "https://github.com/GSA/notifications-utils", + "git": "https://github.com/GSA/notifications-utils.git", "ref": "d88d48026171991de4d8398e5f9f8c2063297885" }, "numpy": { diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index aa2305aad..574aaa0f6 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -343,8 +343,7 @@ def test_example_spreadsheet( @pytest.mark.parametrize( "filename, acceptable_file, expected_status", - # TODO update the excel files with expected phone numbers - # list(zip(test_spreadsheet_files, repeat(True), repeat(302))) + + list(zip(test_spreadsheet_files, repeat(True), repeat(302))) + list(zip(test_non_spreadsheet_files, repeat(False), repeat(200))) ) def test_upload_files_in_different_formats( diff --git a/tests/spreadsheet_files/EXCEL_95.XLS b/tests/spreadsheet_files/EXCEL_95.XLS index ed8f1c176..4f85741f5 100755 Binary files a/tests/spreadsheet_files/EXCEL_95.XLS and b/tests/spreadsheet_files/EXCEL_95.XLS differ diff --git a/tests/spreadsheet_files/excel 2007 with macro support.xlsm b/tests/spreadsheet_files/excel 2007 with macro support.xlsm index 9ca48786e..f742318c8 100755 Binary files a/tests/spreadsheet_files/excel 2007 with macro support.xlsm and b/tests/spreadsheet_files/excel 2007 with macro support.xlsm differ diff --git a/tests/spreadsheet_files/excel 2007.xlsx b/tests/spreadsheet_files/excel 2007.xlsx index ce770874b..1ae8770e4 100755 Binary files a/tests/spreadsheet_files/excel 2007.xlsx and b/tests/spreadsheet_files/excel 2007.xlsx differ diff --git a/tests/spreadsheet_files/excel_97.xls b/tests/spreadsheet_files/excel_97.xls index b278a7563..17226382c 100755 Binary files a/tests/spreadsheet_files/excel_97.xls and b/tests/spreadsheet_files/excel_97.xls differ diff --git a/tests/spreadsheet_files/open document spreadsheet.ods b/tests/spreadsheet_files/open document spreadsheet.ods index 9e0e181e1..7b24beea2 100755 Binary files a/tests/spreadsheet_files/open document spreadsheet.ods and b/tests/spreadsheet_files/open document spreadsheet.ods differ