From 1d1599887133cc3f85d40e15750e5edc9e4e9480 Mon Sep 17 00:00:00 2001 From: Timothy Smith Date: Mon, 22 Jan 2024 11:53:30 -0500 Subject: [PATCH] Test fixes --- test/integration-serial/serial_deploy_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-serial/serial_deploy_test.rb b/test/integration-serial/serial_deploy_test.rb index dbda9c70c..576e72b0d 100644 --- a/test/integration-serial/serial_deploy_test.rb +++ b/test/integration-serial/serial_deploy_test.rb @@ -538,7 +538,7 @@ def test_batch_dry_run_apply_failure_falls_back_to_individual_resource_dry_run_v def test_batch_dry_run_apply_success_precludes_individual_resource_dry_run_validation Krane::KubernetesResource.any_instance.expects(:validate_definition).with { |params| params[:dry_run] == false } - result = deploy_fixtures("generateName", subset: %w(pod.yml)) + result = deploy_fixtures("hello-cloud", subset: %w(secret.yml)) assert_deploy_success(result) assert_logs_match_all([ "Result: SUCCESS",