Skip to content

Commit

Permalink
[skip ci][ci] Fix stale test in teams tagging (#10920)
Browse files Browse the repository at this point in the history
This is failing in `main` but as of 8e43868 it's not used anymore

Co-authored-by: driazati <[email protected]>
  • Loading branch information
driazati and driazati authored Apr 6, 2022
1 parent bad24dd commit 5ca528c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tests/python/ci/test_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,25 +599,6 @@ def run(type, data, check):
check="would have updated issues/1234 with {'body': '\\nhello\\n\\nsomething\\n\\ncc @person1 @person2 @person4'}",
)

run(
type="ISSUE",
data={
"title": "A title",
"number": 1234,
"user": {
"login": "person6",
},
"labels": [{"name": "something"}],
"body": textwrap.dedent(
"""
hello
something"""
),
},
check="Author person6 is not opted in, quitting",
)

run(
type="ISSUE",
data={
Expand Down

0 comments on commit 5ca528c

Please sign in to comment.