Commit fe2fbedc authored by Michal Čihař's avatar Michal Čihař

Fix duplicate filenames

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 65503f21
......@@ -100,7 +100,7 @@ class LocationLinksTest(TestCase):
'unit ID 123'
)
def test_filenames(self):
def test_filename(self):
self.unit.location = 'f&oo.bar:123'
self.assertEqual(
get_location_links(self.unit),
......
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