Commit 60760ff4 authored by Michal Čihař's avatar Michal Čihař

Adjust test to match current code

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 5fa1bb6f
......@@ -95,7 +95,7 @@ class JSViewsTest(ViewTestCase):
response = self.client.get(
reverse('js-unit-changes', kwargs={'unit_id': unit.id}),
)
self.assertContains(response, 'href="/exports/rss/')
self.assertContains(response, 'href="/changes/?')
def test_mt_services(self):
response = self.client.get(reverse('js-mt-services'))
......
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