Skip to content

Commit

Permalink
Merge branch 'main' into aj/proxy-configs-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Jan 24, 2025
2 parents e17df51 + fff85cc commit 3b05823
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bottlecap/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use figment::{providers::Env, Figment};
use serde::{Deserialize, Deserializer};
use serde_json::Value;
use trace_propagation_style::{deserialize_trace_propagation_style, TracePropagationStyle};
use tracing::debug;

use crate::config::{
flush_strategy::FlushStrategy,
Expand Down Expand Up @@ -575,6 +576,7 @@ pub mod tests {
}

#[test]
<<<<<<< HEAD

Check failure on line 579 in bottlecap/src/config/mod.rs

View workflow job for this annotation

GitHub Actions / Format (ubuntu-22.04)

encountered diff marker
fn test_proxy_yaml() {
figment::Jail::expect_with(|jail| {
jail.clear_env();
Expand Down Expand Up @@ -616,6 +618,8 @@ pub mod tests {
}

#[test]
=======
>>>>>>> main
fn test_parse_flush_strategy_end() {
figment::Jail::expect_with(|jail| {
jail.clear_env();
Expand Down

0 comments on commit 3b05823

Please sign in to comment.