mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix: use snake_case for error_type (#9835)
This commit is contained in:
@@ -48,7 +48,7 @@ describe('getClientErrorObject()', () => {
|
||||
const jsonError = {
|
||||
errors: [
|
||||
{
|
||||
errorType: ErrorTypeEnum.GENERIC_DB_ENGINE_ERROR,
|
||||
error_type: ErrorTypeEnum.GENERIC_DB_ENGINE_ERROR,
|
||||
extra: { engine: 'presto', link: 'https://www.google.com' },
|
||||
level: 'error',
|
||||
message: 'presto error: test error',
|
||||
|
||||
Reference in New Issue
Block a user