mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
In previous tests we check that we can deal with files that end in `pdf` in various forms of upper and lowercase. I've moved the testing of this behaviour into it's own test so that's explicit and not just implied that we care about behaviour on the casing of filenames. Note however that s3 is case sensitive and we upload all our files in upper case so technically we'd never expect to see a file ending in `pdf`. I've updated some of our test data to reflect this but didn't bother doing it everywhere. I've left the test in anyway but it could be argued that is is redundant as we don't ever expect to see that case anyway.