Skip to content

Commit 18b1bbe

Browse files
committed
f
1 parent 69cd904 commit 18b1bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/client/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ func TestLinuxPatchAppConfigValues(t *testing.T) {
883883
server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
884884
// Check request method and path
885885
assert.Equal(t, "PATCH", r.Method)
886-
assert.Equal(t, "/api/kubernetes/install/app/config/values", r.URL.Path)
886+
assert.Equal(t, "/api/linux/install/app/config/values", r.URL.Path)
887887

888888
// Check headers
889889
assert.Equal(t, "application/json", r.Header.Get("Content-Type"))

0 commit comments

Comments
 (0)