mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
chore: enforce more ruff rules (#31447)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9da65d6bfd
commit
e51b95ffa8
@@ -24,5 +24,5 @@ def test_explore_datasource_not_found(client: Any, full_api_access: None) -> Non
|
||||
response = client.get(
|
||||
"/api/v1/explore/?datasource_id=50000&datasource_type=table",
|
||||
)
|
||||
response.json["result"]["dataset"]["name"] == "[Missing Dataset]"
|
||||
response.json["result"]["dataset"]["name"] == "[Missing Dataset]" # noqa: B015
|
||||
assert response.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user