Skip to content

Commit

Permalink
use base warning() for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlyttle committed Jan 7, 2024
1 parent 8833309 commit cd016a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/setup_auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ env_secret <- "BOXR_PASSWORD"
# - if you have an old "BOXR_PASSWORD", truncate it to use the first 32 chars

if (nchar(Sys.getenv(env_secret)) > 32) {
cli::cli_alert_warning(
# TODO: replace with cli::cli_alert_warning()
warning(
paste(
"You may be using an older `BOXR_PASSWORD`.",
"Truncate to use the first 32 characters."
Expand Down

0 comments on commit cd016a5

Please sign in to comment.