rusackas commented on code in PR #25454: URL: https://github.com/apache/superset/pull/25454#discussion_r1723944591
########## tests/integration_tests/db_engine_specs/gsheets_tests.py: ########## @@ -24,11 +24,11 @@ def test_extract_errors(self): """ Test that custom error messages are extracted correctly. """ - msg = 'SQLError: near "fromm": syntax error' + msg = 'SQLError: near "FROM": syntax error' Review Comment: ```suggestion msg = 'SQLError: near "from_": syntax error' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org