Skip to content

Commit

Permalink
Fix test pre requisites
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jun 6, 2024
1 parent cf64a44 commit 9309635
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions gen/definitions/pim_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ test_prerequisites:
value: enabled
- dn: sys/pim
class_name: pimEntity
dependencies: [0]
dependencies: [1]
- dn: sys/pim/inst
class_name: pimInst
dependencies: [1]
dependencies: [2]
- dn: sys/pim/inst/dom-[default]
class_name: pimDom
attributes:
- name: name
value: default
dependencies: [2]
dependencies: [3]
6 changes: 3 additions & 3 deletions internal/provider/data_source_nxos_pim_interface_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions internal/provider/resource_nxos_pim_interface_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9309635

Please sign in to comment.