avioconsulting / mule-deploy-library

BSD 2-Clause "Simplified" License
0 stars 1 forks source link

fix: Handle appProperties and otherCloudHubProperties attributes when null #92

Closed talyssoncastro closed 7 months ago

github-actions[bot] commented 7 months ago

Test Results

325 tests  +16   325 :white_check_mark: +19   4m 33s :stopwatch: + 2m 21s  43 suites + 7     0 :zzz: ± 0   43 files   + 7     0 :x: ± 0 

Results for commit 9dafaef5. ± Comparison against base commit df1bb3d6.

This pull request removes 3 and adds 19 tests. Note that renamed tests count towards both. ``` com.avioconsulting.mule.integrationtest.CloudHubV2IntegrationTest ‑ test_chv2_sharedspace_deployment_autodiscovery com.avioconsulting.mule.integrationtest.CloudHubV2IntegrationTest ‑ test_chv2_sharedspace_deployment_full com.avioconsulting.mule.integrationtest.CloudHubV2IntegrationTest ‑ test_chv2_sharedspace_deployment_minimum ``` ``` com.avioconsulting.mule.cli.DeployerCommandLineTest ‑ deployment_failure com.avioconsulting.mule.cli.DeployerCommandLineTest ‑ dsl_params com.avioconsulting.mule.cli.DeployerCommandLineTest ‑ file_not_found com.avioconsulting.mule.cli.DeployerCommandLineTest ‑ offline_validate com.avioconsulting.mule.cli.DeployerCommandLineTest ‑ runs com.avioconsulting.mule.cli.DeployerCommandLineTest ‑ runs_with_connected_application com.avioconsulting.mule.cli.integrationtest.DummyIntegrationTest ‑ test com.avioconsulting.mule.maven.MuleDeployMojoTest ‑ deployment_failure com.avioconsulting.mule.maven.MuleDeployMojoTest ‑ dsl_params com.avioconsulting.mule.maven.MuleDeployMojoTest ‑ file_not_found … ```