We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6c612 commit a3e3575Copy full SHA for a3e3575
opentelemetry-otlp/tests/integration_test/tests/metrics.rs
@@ -189,7 +189,7 @@ pub fn validate_metrics_against_results(scope_name: &str) -> Result<()> {
189
///
190
#[cfg(test)]
191
#[cfg(not(feature = "hyper-client"))]
192
-#[cfg(not(feature = "reqwest-client-client"))]
+#[cfg(not(feature = "reqwest-client"))]
193
#[cfg(not(feature = "reqwest-blocking-client"))]
194
mod tests {
195
0 commit comments