diff --git a/src/go/pt-k8s-debug-collector/main_test.go b/src/go/pt-k8s-debug-collector/main_test.go index 849bd9d7..216f05c9 100644 --- a/src/go/pt-k8s-debug-collector/main_test.go +++ b/src/go/pt-k8s-debug-collector/main_test.go @@ -244,11 +244,11 @@ func TestPT_2169(t *testing.T) { kubeconfig string }{ { - name: "pg with busy port", - resource: "pg", + name: "pxc with busy port", + resource: "pxc", want: "3", port: busyport, - kubeconfig: os.Getenv("KUBECONFIG_PG"), + kubeconfig: os.Getenv("KUBECONFIG_PXC"), }, { name: "pg no error",