Skip to content

Commit

Permalink
DWX-18702 Generate data warehouse mocks (#136)
Browse files Browse the repository at this point in the history
The mockery generated dw files are added.
  • Loading branch information
tevesz authored Jul 8, 2024
1 parent 989654d commit b52c373
Show file tree
Hide file tree
Showing 2 changed files with 6,572 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ packages:
interfaces:
ClientService:
config:
mockname: "MockIam{{.InterfaceName}}"
mockname: "MockIam{{.InterfaceName}}"
github.com/cloudera/terraform-provider-cdp/cdp-sdk-go/gen/dw/client/operations:
interfaces:
ClientService:
config:
mockname: "MockDw{{.InterfaceName}}"
Loading

0 comments on commit b52c373

Please sign in to comment.