Skip to content

Commit

Permalink
e2e/vmss: align test path with volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Dec 18, 2024
1 parent 8d6a58f commit 73355ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/volumestatefulset/volumestatefulset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 73355ee

Please sign in to comment.