diff --git a/tests/test_pagure_flask_api_fork.py b/tests/test_pagure_flask_api_fork.py index bce8e20..9ade4c8 100644 --- a/tests/test_pagure_flask_api_fork.py +++ b/tests/test_pagure_flask_api_fork.py @@ -118,6 +118,7 @@ class PagureFlaskApiForktests(tests.Modeltests): "description": "test project #1", "id": 1, "name": "test", + "namespace": None, "parent": None, "priorities": {}, "tags": [], @@ -132,6 +133,7 @@ class PagureFlaskApiForktests(tests.Modeltests): "description": "test project #1", "id": 1, "name": "test", + "namespace": None, "parent": None, "priorities": {}, "tags": [], @@ -244,6 +246,7 @@ class PagureFlaskApiForktests(tests.Modeltests): "description": "test project #1", "id": 1, "name": "test", + "namespace": None, "parent": None, "priorities": {}, "tags": [], @@ -258,6 +261,7 @@ class PagureFlaskApiForktests(tests.Modeltests): "description": "test project #1", "id": 1, "name": "test", + "namespace": None, "parent": None, "priorities": {}, "tags": [], diff --git a/tests/test_pagure_flask_api_project.py b/tests/test_pagure_flask_api_project.py index 9963cda..4792e53 100644 --- a/tests/test_pagure_flask_api_project.py +++ b/tests/test_pagure_flask_api_project.py @@ -153,6 +153,7 @@ class PagureFlaskApiProjecttests(tests.Modeltests): "description": "test project #1", "id": 1, "name": "test", + "namespace": None, "parent": None, "priorities": {}, "tags": ["infra"], @@ -179,6 +180,7 @@ class PagureFlaskApiProjecttests(tests.Modeltests): "description": "test project #1", "id": 1, "name": "test", + "namespace": None, "parent": None, "priorities": {}, "tags": ["infra"], @@ -192,6 +194,7 @@ class PagureFlaskApiProjecttests(tests.Modeltests): "description": "test project #2", "id": 2, "name": "test2", + "namespace": None, "parent": None, "priorities": {}, "tags": [], @@ -217,6 +220,7 @@ class PagureFlaskApiProjecttests(tests.Modeltests): "description": "test project #1", "id": 1, "name": "test", + "namespace": None, "parent": None, "priorities": {}, "tags": ["infra"], diff --git a/tests/test_pagure_lib_git.py b/tests/test_pagure_lib_git.py index 6d2302f..844783e 100644 --- a/tests/test_pagure_lib_git.py +++ b/tests/test_pagure_lib_git.py @@ -712,7 +712,7 @@ new file mode 100644 index 0000000..60f7480 --- /dev/null +++ b/456 -@@ -0,0 +1,83 @@ +@@ -0,0 +1,85 @@ +{ + "assignee": null, + "branch": "master", @@ -730,6 +730,7 @@ index 0000000..60f7480 + "description": "test project for ticket", + "id": 1, + "name": "test_ticket_repo", ++ "namespace": null, + "parent": null, + "priorities": {}, + "settings": { @@ -759,6 +760,7 @@ index 0000000..60f7480 + "description": "test project for ticket", + "id": 1, + "name": "test_ticket_repo", ++ "namespace": null, + "parent": null, + "priorities": {}, + "settings": {