This commit is contained in:
Shreyas Goenka 2024-12-02 16:29:50 +01:00
parent 8d790efcf9
commit d460bd6859
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ func TestFilerForVolumeNotFoundAndInBundle(t *testing.T) {
Paths: []dyn.Path{dyn.MustPathFromString("workspace.artifact_path"), dyn.MustPathFromString("resources.volumes.foo")}, 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 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 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.`, the artifact_path.`,
}, },
}, diags) }, diags)

View File

@ -304,7 +304,7 @@ func TestAccUploadArtifactToVolumeNotYetDeployed(t *testing.T) {
You are using a volume in your artifact_path that is managed by 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 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. the artifact_path.
`, schemaName), stdout.String()) `, schemaName), stdout.String())