Skip to content

Commit 25be973

Browse files
committed
fix test
1 parent 5e2b619 commit 25be973

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/steps/test_CreateIssue.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"inputs",
88
[
99
{"issue_title": "my issue", "issue_text": "my issue text", "scm_url": "https://github.com/my/repo"},
10-
{"issue_title": "my issue", "issue_text": "my issue text", "github_api_key": "my api key"},
1110
{"issue_title": "my issue", "scm_url": "https://github.com/my/repo", "github_api_key": "my api key"},
1211
{"issue_text": "my issue text", "scm_url": "https://github.com/my/repo", "github_api_key": "my api key"},
1312
],

0 commit comments

Comments
 (0)