Skip to content

Commit db51c89

Browse files
devin-ai-integration[bot]bot_apk
andcommitted
fix: update test to match new AirbyteTracedException message
The test_cloud_read_with_private_endpoint test asserted the old generic Exception message. Updated to match the new AirbyteTracedException message from _make_handled_request. Co-Authored-By: bot_apk <apk@cognition.ai>
1 parent b679954 commit db51c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unit_tests/connector_builder/test_connector_builder_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ def test_handle_read_external_requests(deployment_mode, url_base, expected_error
12881288
pytest.param(
12891289
"CLOUD",
12901290
"https://10.0.27.27/tokens/bearer",
1291-
"Error while refreshing access token",
1291+
"OAuth access token refresh request failed.",
12921292
id="test_cloud_read_with_private_endpoint",
12931293
),
12941294
pytest.param(

0 commit comments

Comments
 (0)