Skip to content

Commit

Permalink
nolint comments in billing test file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 10, 2024
1 parent 2abf7df commit f301298
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/helper-stubs.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# nolint start
# vcr::vcr_configure(dir = "tests/fixtures")
# cas <- vcr::use_cassette("billing_last_two_days", {
# library(lubridate)
Expand All @@ -24,6 +25,7 @@
# }
# randomize_json(responses[1], "UnblendedCost") %>% jsonlite::prettify(indent = 2)
# randomize_json(responses[2], "BlendedCost") %>% jsonlite::prettify(indent = 2)
# nolint end

response_billing_unblended_1 <- '{
"DimensionValueAttributes": [
Expand Down

0 comments on commit f301298

Please sign in to comment.