@@ -152,7 +152,7 @@ def test_dump_configuration(tmp_path: Path) -> None:
152152 "authentication" : {
153153 "module" : "noop" ,
154154 "skip_tls_verification" : False ,
155- "skip_for_readiness_probe " : False ,
155+ "skip_for_health_probes " : False ,
156156 "k8s_ca_cert_path" : None ,
157157 "k8s_cluster_api" : None ,
158158 "jwk_config" : None ,
@@ -462,7 +462,7 @@ def test_dump_configuration_with_quota_limiters(tmp_path: Path) -> None:
462462 "authentication" : {
463463 "module" : "noop" ,
464464 "skip_tls_verification" : False ,
465- "skip_for_readiness_probe " : False ,
465+ "skip_for_health_probes " : False ,
466466 "k8s_ca_cert_path" : None ,
467467 "k8s_cluster_api" : None ,
468468 "jwk_config" : None ,
@@ -678,7 +678,7 @@ def test_dump_configuration_with_quota_limiters_different_values(
678678 "authentication" : {
679679 "module" : "noop" ,
680680 "skip_tls_verification" : False ,
681- "skip_for_readiness_probe " : False ,
681+ "skip_for_health_probes " : False ,
682682 "k8s_ca_cert_path" : None ,
683683 "k8s_cluster_api" : None ,
684684 "jwk_config" : None ,
@@ -874,7 +874,7 @@ def test_dump_configuration_byok(tmp_path: Path) -> None:
874874 "authentication" : {
875875 "module" : "noop" ,
876876 "skip_tls_verification" : False ,
877- "skip_for_readiness_probe " : False ,
877+ "skip_for_health_probes " : False ,
878878 "k8s_ca_cert_path" : None ,
879879 "k8s_cluster_api" : None ,
880880 "jwk_config" : None ,
@@ -1059,7 +1059,7 @@ def test_dump_configuration_pg_namespace(tmp_path: Path) -> None:
10591059 "authentication" : {
10601060 "module" : "noop" ,
10611061 "skip_tls_verification" : False ,
1062- "skip_for_readiness_probe " : False ,
1062+ "skip_for_health_probes " : False ,
10631063 "k8s_ca_cert_path" : None ,
10641064 "k8s_cluster_api" : None ,
10651065 "jwk_config" : None ,
0 commit comments