From dce90a7b149c22a2ba383348b75df8b5d10ac841 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 9 Aug 2011 08:45:14 +0200 Subject: [PATCH] Fixed compass test to follow new format current compass spits out. --- compressor/tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compressor/tests/tests.py b/compressor/tests/tests.py index 7662ab2..79cbcd6 100644 --- a/compressor/tests/tests.py +++ b/compressor/tests/tests.py @@ -543,7 +543,7 @@ class CompassTestCase(TestCase): {% endcompress %} """ context = {'MEDIA_URL': settings.COMPRESS_URL} - out = css_tag("/media/CACHE/css/3f807af2259c.css") + out = css_tag("/media/CACHE/css/8ff1cfd8787d.css") self.assertEqual(out, render(template, context)) CompassTestCase = skipIf(