---
mods/testing.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mods/testing.py b/mods/testing.py
index d6492aa..1217f6f 100644
--- a/mods/testing.py
+++ b/mods/testing.py
@@ -165,7 +165,7 @@ class TestingModule(PatchewModule):
"testing_name": test}) + "?type=message"
else:
assert(isinstance(obj, Project))
- log_url = reverse.reverse("testing-log",
+ log_url = reverse("testing-log",
kwargs={"project_or_series": obj.name,
"testing_name": test}) + "?type=project"
if html:
--
2.16.2
_______________________________________________
Patchew-devel mailing list
Patchew-devel@redhat.com
https://www.redhat.com/mailman/listinfo/patchew-devel