зеркало из https://github.com/Azure/AzureAuth.git
fix test
This commit is contained in:
Родитель
6a7250bc91
Коммит
7961112208
|
@ -1,4 +1,5 @@
|
|||
test_that("azure_cli auth_type can be selected", {
|
||||
auth_type <- select_auth_type(auth_type = "azure_cli")
|
||||
expect_equal(auth_type, "azure_cli")
|
||||
test_that("azure_cli auth_type can be selected",
|
||||
{
|
||||
auth_type <- select_auth_type(auth_type = "cli")
|
||||
expect_equal(auth_type, "cli")
|
||||
})
|
Загрузка…
Ссылка в новой задаче