Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Jan 3, 2024
1 parent 0af0878 commit c99a096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ async fn test_ingest_traces_with_otlp_grpc_api() {
{
let mut tonic_request = tonic::Request::new(request);
tonic_request.metadata_mut().insert(
"otel-traces-index",
"qw-otel-traces-index",
tonic::metadata::MetadataValue::try_from("non-existing-index").unwrap(),
);
let status = sandbox
Expand Down

0 comments on commit c99a096

Please sign in to comment.