diff --git a/e2e/volumestatefulset/volumestatefulset_test.go b/e2e/volumestatefulset/volumestatefulset_test.go index 4a383239e..d19328775 100644 --- a/e2e/volumestatefulset/volumestatefulset_test.go +++ b/e2e/volumestatefulset/volumestatefulset_test.go @@ -59,7 +59,7 @@ func TestVolumeStatefulSet(t *testing.T) { require.NoError(ct.Kubeclient.WaitFor(ctx, kubeclient.Ready, kubeclient.StatefulSet{}, ct.Namespace, "volume-tester")) }), "deployments need to be ready for subsequent tests") - filePath := "/srv/state/test" + filePath := "/state/test" t.Run("can create file in mounted path", func(t *testing.T) { require := require.New(t)