fix: Broken Python tests on master after merging prefix branch (#33095)

This commit is contained in:
Martyn Gigg
2025-04-11 16:52:35 +01:00
committed by GitHub
parent d88cba92c0
commit 4f97b739b1
4 changed files with 22 additions and 5 deletions

View File

@@ -866,7 +866,7 @@ class TestCore(SupersetTestCase):
self.login(ADMIN_USERNAME)
resp = self.client.get("superset/dashboard/p/123/")
expected_url = "/superset/dashboard/1?permalink_key=123&standalone=3"
expected_url = "/superset/dashboard/1/?permalink_key=123&standalone=3"
assert resp.headers["Location"] == expected_url
assert resp.status_code == 302