Skip to content

Commit 8fc20ef

Browse files
author
Mike Taylor
committed
Issue #652: Update mock data for test_issues_new.
1 parent d55bc64 commit 8fc20ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_urls.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ def test_issues_new(self):
9090
{u'labels': [],
9191
u'title': u"fake bug 1",
9292
u'id': 1},
93-
{u'labels': [{u'name': u'contactready'}],
93+
{u'labels': [{u'name': u'status-contactready'}],
9494
u'title': u"fake bug 2",
9595
u'id': 2},
96-
{u'labels': [{u'name': u'needsdiagnosis'}],
96+
{u'labels': [{u'name': u'status-needsdiagnosis'}],
9797
u'title': u"fake bug 3",
9898
u'id': 3},
99-
{u'labels': [{u'name': u'needscontact'}],
99+
{u'labels': [{u'name': u'status-needscontact'}],
100100
u'title': u"fake bug 4",
101101
u'id': 4},
102-
{u'labels': [{u'name': u'sitewait'}],
102+
{u'labels': [{u'name': u'status-sitewait'}],
103103
u'title': u"fake bug 5",
104104
u'id': 5}]
105105
result = '[{"labels": [{"name": "bug"}, {"name": "help wanted"}], "id": 0, "title": "fake bug 0"}, {"labels": [], "id": 1, "title": "fake bug 1"}]'

0 commit comments

Comments
 (0)