Skip to content

Commit

Permalink
patch test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkanal committed Sep 27, 2022
1 parent bac26f1 commit 917066e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public void UsesGenericValuesIfTracesSpecificValuesAreNotSet_Config()
Dataset = "my-dataset"
};

Assert.Equal("http://collector:4318", options.GetTracesEndpoint());
Assert.Equal("http://collector:4318/", options.GetTracesEndpoint());
Assert.Equal("my-api-key", options.GetTracesApiKey());
Assert.Equal("my-dataset", options.GetTracesDataset());
}
Expand Down

0 comments on commit 917066e

Please sign in to comment.