tests/testthat/test-account.R

test_that("az account works", {
  skip_if_not(is_github_actions() | Sys.getenv("LOGNAME") == "max")
  local_az_account()
  # only default subscription matters here
  expect_equal(az_account_show()$name, "subugoe")
})
subugoe/AzureAppService documentation built on Nov. 24, 2020, 5:39 a.m.