Skip to content

Commit 4335a80

Browse files
committed
f
1 parent 658f8a2 commit 4335a80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/integration/kubernetes/install/app_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ func TestKubernetesGetAppConfigValues(t *testing.T) {
482482
})
483483
}
484484

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) {
487487
password := "test-password"
488488

489489
// Create an app config

api/integration/linux/install/app_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ func TestLinuxGetAppConfigValues(t *testing.T) {
484484
})
485485
}
486486

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) {
489489
password := "test-password"
490490

491491
// Create an app config

0 commit comments

Comments
 (0)