mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +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
@@ -77,13 +77,13 @@ class TestAsyncEventApi(SupersetTestCase):
|
||||
(
|
||||
"1607477697866-0",
|
||||
{
|
||||
"data": '{"channel_id": "1095c1c9-b6b1-444d-aa83-8e323b32831f", "job_id": "10a0bd9a-03c8-4737-9345-f4234ba86512", "user_id": "1", "status": "done", "errors": [], "result_url": "/api/v1/chart/data/qc-ecd766dd461f294e1bcdaa321e0e8463"}'
|
||||
"data": '{"channel_id": "1095c1c9-b6b1-444d-aa83-8e323b32831f", "job_id": "10a0bd9a-03c8-4737-9345-f4234ba86512", "user_id": "1", "status": "done", "errors": [], "result_url": "/api/v1/chart/data/qc-ecd766dd461f294e1bcdaa321e0e8463"}' # noqa: E501
|
||||
},
|
||||
),
|
||||
(
|
||||
"1607477697993-0",
|
||||
{
|
||||
"data": '{"channel_id": "1095c1c9-b6b1-444d-aa83-8e323b32831f", "job_id": "027cbe49-26ce-4813-bb5a-0b95a626b84c", "user_id": "1", "status": "done", "errors": [], "result_url": "/api/v1/chart/data/qc-1bbc3a240e7039ba4791aefb3a7ee80d"}'
|
||||
"data": '{"channel_id": "1095c1c9-b6b1-444d-aa83-8e323b32831f", "job_id": "027cbe49-26ce-4813-bb5a-0b95a626b84c", "user_id": "1", "status": "done", "errors": [], "result_url": "/api/v1/chart/data/qc-1bbc3a240e7039ba4791aefb3a7ee80d"}' # noqa: E501
|
||||
},
|
||||
),
|
||||
]
|
||||
@@ -100,7 +100,7 @@ class TestAsyncEventApi(SupersetTestCase):
|
||||
"errors": [],
|
||||
"id": "1607477697866-0",
|
||||
"job_id": "10a0bd9a-03c8-4737-9345-f4234ba86512",
|
||||
"result_url": "/api/v1/chart/data/qc-ecd766dd461f294e1bcdaa321e0e8463",
|
||||
"result_url": "/api/v1/chart/data/qc-ecd766dd461f294e1bcdaa321e0e8463", # noqa: E501
|
||||
"status": "done",
|
||||
"user_id": "1",
|
||||
},
|
||||
@@ -109,7 +109,7 @@ class TestAsyncEventApi(SupersetTestCase):
|
||||
"errors": [],
|
||||
"id": "1607477697993-0",
|
||||
"job_id": "027cbe49-26ce-4813-bb5a-0b95a626b84c",
|
||||
"result_url": "/api/v1/chart/data/qc-1bbc3a240e7039ba4791aefb3a7ee80d",
|
||||
"result_url": "/api/v1/chart/data/qc-1bbc3a240e7039ba4791aefb3a7ee80d", # noqa: E501
|
||||
"status": "done",
|
||||
"user_id": "1",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user