Skip to content

Commit aa292db

Browse files
committed
fix: bugs in host list provider
1 parent 34dbd16 commit aa292db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_iam_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def test_connect_with_specified_region(mocker, mock_plugin_service, mock_session
357357
pytest.param("test-.cluster-ro-123456789012.us-east-2.rds.amazonaws.com"),
358358
pytest.param("test.cluster-custom-123456789012.us-east-2.rds.amazonaws.com"),
359359
pytest.param("test-.proxy-123456789012.us-east-2.rds.amazonaws.com.cn"),
360-
pytest.param("test-.proxy-123456789012.us-east-2.rds.amazonaws.com.proxy"),
360+
pytest.param("test-.proxy-123456789012.us-east-2.rds.amazonaws.com"),
361361
])
362362
@patch("aws_advanced_python_wrapper.iam_plugin.IamAuthPlugin._token_cache", _token_cache)
363363
def test_connect_with_specified_host(iam_host: str, mocker, mock_plugin_service, mock_session, mock_func, mock_client, mock_dialect):

0 commit comments

Comments
 (0)