This commit is contained in:
hong-revo 2018-10-28 23:03:37 +11:00
Родитель 291061f60f
Коммит 40d470f665
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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()))