rename to volume

This commit is contained in:
Shreyas Goenka 2024-10-31 18:00:31 +01:00
parent f9287e0101
commit 250d4265ce
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
4 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ func TestAccDeployUcVolume(t *testing.T) {
w := wt.W
uniqueId := uuid.New().String()
bundleRoot, err := initTestTemplate(t, ctx, "uc_volume", map[string]any{
bundleRoot, err := initTestTemplate(t, ctx, "volume", map[string]any{
"unique_id": uniqueId,
})
require.NoError(t, err)