anupamme commented on code in PR #39646:
URL: https://github.com/apache/superset/pull/39646#discussion_r3239028833


##########
tests/unit_tests/db_engine_specs/test_base.py:
##########
@@ -969,6 +969,10 @@ def test_get_oauth2_token_without_pkce(mocker: 
MockerFixture) -> None:
     """
     from superset.db_engine_specs.base import BaseEngineSpec
 
+    mocker.patch(
+        "superset.db_engine_specs.base.socket.getaddrinfo",
+        return_value=[(2, 1, 6, "", ("93.184.215.14", 0))],
+    )

Review Comment:
   @orbisai0security can you address code review comments?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to