Define MEDIA_URL in test settings.

Review Request #12003 — Created Jan. 26, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Define MEDIA_URL in test settings.
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. Testing Done: Ran unit tests.
add76e3fff1250d2d08e3ee045a736bce4407fa2 David Trowbridge
tests/settings.py
Loading...