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 5d6bea0 commit 1c59a26Copy full SHA for 1c59a26
doc/tests/test_client_only_endpoints.py
@@ -59,7 +59,7 @@ def find_covered_server_endpoints() -> List[str]:
59
60
driver.close()
61
62
- return [ep["name"] for ep in all_server_endpoints if not ep["name"] in IGNORED_SERVER_ENDPOINTS]
+ return [ep["name"] for ep in all_server_endpoints if ep["name"] not in IGNORED_SERVER_ENDPOINTS]
63
64
65
def check_rst_files(endpoints: List[str]) -> None:
0 commit comments