Skip to content

Commit

Permalink
Fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Mar 21, 2024
1 parent 3ccc487 commit 078d743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_iosxr_gnmi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func testAccIosxrGnmiConfig_leafList() string {
func testAccIosxrGnmiConfig_yangEmpty() string {
return `
resource "iosxr_gnmi" "test" {
path = "Cisco-IOS-XR-um-router-bgp-cfg:/router/bgp/as[as-number=10]/address-families/address-family[af-name=ipv6-unicast]"
path = "Cisco-IOS-XR-um-router-bgp-cfg:/router/bgp/as[as-number=65001]/address-families/address-family[af-name=ipv6-unicast]"
attributes = {
"af-name" = "ipv6-unicast"
"redistribute/static" = "<EMPTY>"
Expand Down

0 comments on commit 078d743

Please sign in to comment.