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 8d1d017 commit 8daeaffCopy full SHA for 8daeaff
tests/integration/test_labeling_frontend.py
@@ -9,7 +9,8 @@ def test_get_labeling_frontends(client):
9
# Test filtering
10
target_frontend = frontends[0]
11
filtered_frontends = client.get_labeling_frontends(
12
- where=LabelingFrontend.iframe_url_path == target_frontend.iframe_url_path)
+ where=LabelingFrontend.iframe_url_path ==
13
+ target_frontend.iframe_url_path)
14
for frontend in filtered_frontends:
15
assert target_frontend == frontend
16
0 commit comments