Skip to content

Commit fc35b5e

Browse files
committed
fix test
1 parent b150d04 commit fc35b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_external_telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_end_to_end(session):
113113
# test with mock exporter and authentication
114114
with (
115115
patch(
116-
"snowflake.snowpark._internal.external_telemetry.create_attestation",
116+
"snowflake.snowpark._internal.event_table_telemetry.py.create_attestation",
117117
return_value=FakeAttestation(),
118118
),
119119
patch("requests.get", return_value=mock_response),

0 commit comments

Comments
 (0)