Skip to content

Commit 525ed8c

Browse files
committed
move team leaderless to the test suite
1 parent f4ec52a commit 525ed8c

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

tests/static-api/_expected/v1/teams.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,22 @@
5353
"weight": 1000
5454
}
5555
},
56+
"leaderless": {
57+
"name": "leaderless",
58+
"kind": "team",
59+
"subteam_of": null,
60+
"members": [
61+
{
62+
"name": "Zeroth user",
63+
"github": "user-0",
64+
"github_id": 0,
65+
"is_lead": false
66+
}
67+
],
68+
"alumni": [],
69+
"github": null,
70+
"website_data": null
71+
},
5672
"wg-test": {
5773
"name": "wg-test",
5874
"kind": "working_group",
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "leaderless",
3+
"kind": "team",
4+
"subteam_of": null,
5+
"members": [
6+
{
7+
"name": "Zeroth user",
8+
"github": "user-0",
9+
"github_id": 0,
10+
"is_lead": false
11+
}
12+
],
13+
"alumni": [],
14+
"github": null,
15+
"website_data": null
16+
}

teams/leaderless.toml renamed to tests/static-api/teams/leaderless.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name = "leaderless"
22

33
[people]
44
leads = []
5-
members = ["pietroalbini"]
5+
members = ["user-0"]

0 commit comments

Comments
 (0)