File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -482,8 +482,8 @@ func TestKubernetesGetAppConfigValues(t *testing.T) {
482
482
})
483
483
}
484
484
485
- // TestInstallController_SetAppConfigValuesWithAPIClient tests the SetAppConfigValues endpoint using the API client
486
- func TestInstallController_SetAppConfigValuesWithAPIClient (t * testing.T ) {
485
+ // TestInstallController_PatchAppConfigValuesWithAPIClient tests the PatchAppConfigValues endpoint using the API client
486
+ func TestInstallController_PatchAppConfigValuesWithAPIClient (t * testing.T ) {
487
487
password := "test-password"
488
488
489
489
// Create an app config
Original file line number Diff line number Diff line change @@ -484,8 +484,8 @@ func TestLinuxGetAppConfigValues(t *testing.T) {
484
484
})
485
485
}
486
486
487
- // TestInstallController_SetAppConfigValuesWithAPIClient tests the SetAppConfigValues endpoint using the API client
488
- func TestInstallController_SetAppConfigValuesWithAPIClient (t * testing.T ) {
487
+ // TestInstallController_PatchAppConfigValuesWithAPIClient tests the PatchAppConfigValues endpoint using the API client
488
+ func TestInstallController_PatchAppConfigValuesWithAPIClient (t * testing.T ) {
489
489
password := "test-password"
490
490
491
491
// Create an app config
You can’t perform that action at this time.
0 commit comments