We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cd904 commit 18b1bbeCopy full SHA for 18b1bbe
api/client/client_test.go
@@ -883,7 +883,7 @@ func TestLinuxPatchAppConfigValues(t *testing.T) {
883
server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
884
// Check request method and path
885
assert.Equal(t, "PATCH", r.Method)
886
- assert.Equal(t, "/api/kubernetes/install/app/config/values", r.URL.Path)
+ assert.Equal(t, "/api/linux/install/app/config/values", r.URL.Path)
887
888
// Check headers
889
assert.Equal(t, "application/json", r.Header.Get("Content-Type"))
0 commit comments