Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -68,17 +68,8 @@ async fn with_cuddle_vars() -> anyhow::Result<()> {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn with_actual_deployment() -> anyhow::Result<()> {
|
||||
let current_dir = std::env::current_dir()?.join("tests/with_cuddle_vars");
|
||||
|
||||
run_test_with_components(
|
||||
"with_actual_deployment",
|
||||
vec![
|
||||
CuddleVars::new(¤t_dir).await?.into_component(),
|
||||
ClusterVars::default().into_component(),
|
||||
],
|
||||
)
|
||||
.await?;
|
||||
async fn with_cluster_vars() -> anyhow::Result<()> {
|
||||
run_test_with_components("with_cluster_vars", vec![ClusterVars::default()]).await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user