Skip to content

Commit 6cb0f55

Browse files
committed
fixed test
1 parent 532ab25 commit 6cb0f55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_otlp_aws_span_exporter.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ def test_sigv4_exporter_export_does_not_add_sigv4_if_not_valid_cw_endpoint(self,
119119
# SigV4 mock authentication injection
120120
mock_sigv4_auth.side_effect = self.mock_add_auth
121121

122-
# Initialize and call exporter
123-
exporter = OTLPAwsSpanExporter(endpoint=OTLP_XRAY_ENDPOINT)
124-
exporter.export(self.testing_spans)
125-
126122
# For each invalid CW OTLP endpoint, validate that SigV4 is not injected
127123
self.invalid_otlp_tracing_endpoints.append("https://xray.bad-region-1.amazonaws.com/v1/traces")
128124
for bad_endpoint in self.invalid_otlp_tracing_endpoints:

0 commit comments

Comments
 (0)