mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Fixing the examples (#7376)
Fixing a few failing examples, examples were referencing metrics that were getting auto-generated in the past (like `sum__num`), that we now prevent from getting created.
This commit is contained in:
committed by
GitHub
parent
39f83b5490
commit
ab8af536b0
@@ -280,7 +280,8 @@ class CoreTests(SupersetTestCase):
|
||||
]
|
||||
for name, method, url in urls:
|
||||
logging.info(f"[{name}]/[{method}]: {url}")
|
||||
self.client.get(url)
|
||||
resp = self.client.get(url)
|
||||
self.assertEqual(resp.status_code, 200)
|
||||
|
||||
def test_tablemodelview_list(self):
|
||||
self.login(username="admin")
|
||||
|
||||
Reference in New Issue
Block a user