Skip to content

Commit a3e3575

Browse files
committed
.
1 parent 2b6c612 commit a3e3575

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/tests/integration_test/tests

1 file changed

+1
-1
lines changed

opentelemetry-otlp/tests/integration_test/tests/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub fn validate_metrics_against_results(scope_name: &str) -> Result<()> {
189189
///
190190
#[cfg(test)]
191191
#[cfg(not(feature = "hyper-client"))]
192-
#[cfg(not(feature = "reqwest-client-client"))]
192+
#[cfg(not(feature = "reqwest-client"))]
193193
#[cfg(not(feature = "reqwest-blocking-client"))]
194194
mod tests {
195195

0 commit comments

Comments
 (0)