Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
timothysmith0609 committed Jan 22, 2024
1 parent 415ff19 commit 1d15998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration-serial/serial_deploy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1d15998

Please sign in to comment.