rusackas commented on code in PR #25454: URL: https://github.com/apache/superset/pull/25454#discussion_r1723878355
########## tests/integration_tests/databases/api_tests.py: ########## @@ -2016,17 +2016,17 @@ def test_test_connection_failed_invalid_hostname( """ Database API: Test test connection failed due to invalid hostname """ - msg = 'psql: error: could not translate host name "locahost" to address: nodename nor servname provided, or not known' + msg = 'psql: error: could not translate host name "localhost_" to address: nodename nor servname provided, or not known' Review Comment: It should probably be 'localhost' then, right? ########## tests/integration_tests/databases/api_tests.py: ########## @@ -2185,17 +2185,17 @@ def test_test_connection_failed_invalid_hostname( """ Database API: Test test connection failed due to invalid hostname """ - msg = 'psql: error: could not translate host name "locahost" to address: nodename nor servname provided, or not known' + msg = 'psql: error: could not translate host name "localhost_" to address: nodename nor servname provided, or not known' Review Comment: ```suggestion msg = 'psql: error: could not translate host name "localhost" to address: nodename nor servname provided, or not known' ``` -- 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