From 421aa4c1223759c10f5b0d3142bd70a3e0ee7203 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 12 2017 15:36:15 +0000 Subject: Fix last tests failing due to the url_path in the JSON representation of a project Fixes https://pagure.io/pagure/issue/2467 Signed-off-by: Pierre-Yves Chibon --- diff --git a/tests/test_pagure_lib_git.py b/tests/test_pagure_lib_git.py index 0726780..69cb764 100644 --- a/tests/test_pagure_lib_git.py +++ b/tests/test_pagure_lib_git.py @@ -1905,6 +1905,7 @@ index 0000000..60f7480 + "pull_requests": true + }, + "tags": [], ++ "url_path": "test_ticket_repo", + "user": { + "default_email": "bar@pingou.com", + "emails": [ @@ -1957,6 +1958,7 @@ index 0000000..60f7480 + "pull_requests": true + }, + "tags": [], ++ "url_path": "test_ticket_repo", + "user": { + "default_email": "bar@pingou.com", + "emails": [