Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Dec 2, 2024
1 parent 8d790ef commit d460bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle/libraries/filer_volume_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion internal/bundle/artifacts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit d460bd6

Please sign in to comment.