Skip to content

Commit

Permalink
Merge pull request #1059 from DaanRademaker/bugfix_volume
Browse files Browse the repository at this point in the history
fix typo properties
  • Loading branch information
DaanRademaker authored Nov 27, 2023
2 parents 35d04f9 + 32433b7 commit 020ad5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class UnityCatalogVolume extends CustomResource {
properties: {
action: "volume",
workspace_url: props.workspace_url,
catalog: props.volume,
volume: props.volume,
}
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("UnityCatalogVolume", () => {
"workspace_url": {
"Fn::ImportValue": "databricks-workspace-url"
},
"catalog": {
"volume": {
"name": "some-name",
"catalog_name": "some-catalog-name",
"schema_name": "some-schema-name",
Expand Down

0 comments on commit 020ad5c

Please sign in to comment.