Skip to content

Commit

Permalink
Use no_env in valid_token test so that it doesn't get affected by env…
Browse files Browse the repository at this point in the history
… variables

Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Mar 6, 2024
1 parent 96d71dd commit bb5b38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ mod tests {
// gets confused with the global subscriber.

let result = Builder::new()
.no_env()
.with_dataset("test")
.with_token("xaat-123456789")
.layer::<Registry>();
Expand Down

0 comments on commit bb5b38a

Please sign in to comment.