diff --git a/bundle/libraries/filer_volume_test.go b/bundle/libraries/filer_volume_test.go index d084d936..0d886824 100644 --- a/bundle/libraries/filer_volume_test.go +++ b/bundle/libraries/filer_volume_test.go @@ -177,7 +177,7 @@ func TestFilerForVolumeNotFoundAndInBundle(t *testing.T) { Paths: []dyn.Path{dyn.MustPathFromString("workspace.artifact_path"), dyn.MustPathFromString("resources.volumes.foo")}, Detail: `You are using a volume in your artifact_path that is managed by this bundle but which has not been deployed yet. Please first deploy -the UC volume using 'bundle deploy' and then switch over to using it in +the volume using 'bundle deploy' and then switch over to using it in the artifact_path.`, }, }, diags) diff --git a/internal/bundle/artifacts_test.go b/internal/bundle/artifacts_test.go index 6a3992fb..34d101e4 100644 --- a/internal/bundle/artifacts_test.go +++ b/internal/bundle/artifacts_test.go @@ -304,7 +304,7 @@ func TestAccUploadArtifactToVolumeNotYetDeployed(t *testing.T) { You are using a volume in your artifact_path that is managed by this bundle but which has not been deployed yet. Please first deploy -the UC volume using 'bundle deploy' and then switch over to using it in +the volume using 'bundle deploy' and then switch over to using it in the artifact_path. `, schemaName), stdout.String())