Skip to content

Commit

Permalink
fix post merge test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jul 16, 2024
1 parent 98fbe8d commit 39ca1bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void CheckActivation(string environmentVariable, string value)
//
[Theory]
[InlineData(OTEL_LOG_LEVEL, "none")]
[InlineData(OTEL_LOG_LEVEL, "Debug")]
[InlineData(OTEL_LOG_LEVEL, "info")]
//only if explicitly specified to 'none' should we not default to file logging.
[InlineData(ELASTIC_OTEL_LOG_TARGETS, "none")]
public void CheckDeactivation(string environmentVariable, string value)
Expand Down

0 comments on commit 39ca1bf

Please sign in to comment.