зеркало из https://github.com/Azure/AzureRMR.git
fix template test
This commit is contained in:
Родитель
291061f60f
Коммит
40d470f665
|
@ -43,7 +43,7 @@ test_that("Template methods work",
|
|||
name=tplname2
|
||||
)
|
||||
|
||||
tpl2 <- rg$deploy_template(tplname2, template=tpl_parsed, parameters=parm_parsed)
|
||||
tpl2 <- rg$deploy_template(tplname2, template=tpl_parsed, parameters=parm_parsed, wait=TRUE)
|
||||
tpl2$check()
|
||||
expect_is(tpl2, "az_template")
|
||||
expect_false(is_empty(rg$list_resources()))
|
||||
|
|
Загрузка…
Ссылка в новой задаче