Kaydet (Commit) 787dd651 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Removed obsolete reference to media directory.

üst bd059e3f
......@@ -95,4 +95,4 @@ class StaticLiveServerView(LiveServerBase):
to discover app's static assets without having to collectstatic first.
"""
f = self.urlopen('/static/test/file.txt')
self.assertEqual(f.read().rstrip(b'\r\n'), b'In app media directory.')
self.assertEqual(f.read().rstrip(b'\r\n'), b'In static directory.')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment