Define MEDIA_URL in test settings.
Review Request #12003 — Created Jan. 26, 2022 and submitted — Latest diff uploaded
Running the tests, I was hitting an error that the static URL and media
URL were the same. This was just a missing a setting in the test
settings file.
Ran unit tests.