Skip to content

Commit

Permalink
nolint commented line in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 16, 2024
1 parent 7e90378 commit 7e7a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-secrets_manager.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test_that("aws_secrets_list", {
expect_equal(length(res$SecretList), 0)
})

# Sys.sleep(5) # sleep to allow purge_secrets to finish aws side of deletion
# Sys.sleep(5) # sleep to allow purge_secrets to finish aws side of deletion # nolint

test_that("aws_secrets_create", {
secret_name <- "Testing6789"
Expand Down

0 comments on commit 7e7a37b

Please sign in to comment.