Skip to content

Commit c3fd28e

Browse files
committed
fix test
1 parent 070d78b commit c3fd28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/steps/test_ReadIssues.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
(
1010
{"github_api_key": "key"},
1111
"patchwork.common.client.scm.GithubClient.find_issue_by_url",
12-
dict(title="", body="github pr body", comments=["nothing", "there"]),
12+
dict(title="", body="github pr body", comments=["nothing", "there"], description="Title:\n\n\nDescription:\ngithub pr body\n"),
1313
),
1414
(
1515
{"gitlab_api_key": "key"},
1616
"patchwork.common.client.scm.GitlabClient.find_issue_by_url",
17-
dict(title="gitlab pr title", body="", comments=["something", "here"]),
17+
dict(title="gitlab pr title", body="", comments=["something", "here"], description="Title:\ngitlab pr title\n\nDescription:\n\n"),
1818
),
1919
],
2020
)

0 commit comments

Comments
 (0)