mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
refactor: Enable G logging rules and comprehensive ruff improvements (#35081)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
e1a2e4843a
commit
088ecdd0bf
@@ -242,7 +242,7 @@ class TestCore(SupersetTestCase):
|
||||
(slc.slice_name, "explore", slc.slice_url),
|
||||
]
|
||||
for name, method, url in urls:
|
||||
logger.info(f"[{name}]/[{method}]: {url}")
|
||||
logger.info("[%s]/[%s]: %s", name, method, url)
|
||||
print(f"[{name}]/[{method}]: {url}")
|
||||
resp = self.client.get(url)
|
||||
assert resp.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user