Skip to content

Commit 3ba3846

Browse files
pre-commit-ci[bot]ahal
authored andcommitted
style: pre-commit.ci auto fixes [...]
1 parent 93b28b0 commit 3ba3846

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

test/test_util_verify.py

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -169,44 +169,36 @@ def make_task_treeherder(label, symbol, platform="linux/opt"):
169169
make_task(
170170
"good1",
171171
task_def={
172-
"routes": [
173-
174-
]
172+
"routes": ["[email protected]"]
175173
},
176174
),
177175
),
178176
None,
179-
id="routes_notfication_filter: valid"
177+
id="routes_notfication_filter: valid",
180178
),
181179
pytest.param(
182180
"verify_routes_notification_filters",
183181
make_graph(
184182
make_task(
185183
"bad1",
186184
task_def={
187-
"routes": [
188-
189-
]
185+
"routes": ["[email protected]"]
190186
},
191187
),
192188
),
193189
Exception,
194-
id="routes_notfication_filter: invalid"
190+
id="routes_notfication_filter: invalid",
195191
),
196192
pytest.param(
197193
"verify_routes_notification_filters",
198194
make_graph(
199195
make_task(
200196
"deprecated",
201-
task_def={
202-
"routes": [
203-
204-
]
205-
},
197+
task_def={"routes": ["[email protected]"]},
206198
),
207199
),
208200
DeprecationWarning,
209-
id="routes_notfication_filter: deprecated"
201+
id="routes_notfication_filter: deprecated",
210202
),
211203
),
212204
)

0 commit comments

Comments
 (0)