We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f198cf commit d09c931Copy full SHA for d09c931
tests/integration/test_labeling_frontend.py
@@ -12,8 +12,6 @@ def test_get_labeling_frontends(client):
12
where=LabelingFrontend.iframe_url_path ==
13
target_frontend.iframe_url_path)
14
for frontend in filtered_frontends:
15
- if frontend.name != 'Editor':
16
- continue
17
assert target_frontend == frontend
18
19
0 commit comments