We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccc487 commit 078d743Copy full SHA for 078d743
internal/provider/resource_iosxr_gnmi_test.go
@@ -143,7 +143,7 @@ func testAccIosxrGnmiConfig_leafList() string {
143
func testAccIosxrGnmiConfig_yangEmpty() string {
144
return `
145
resource "iosxr_gnmi" "test" {
146
- 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]"
147
attributes = {
148
"af-name" = "ipv6-unicast"
149
"redistribute/static" = "<EMPTY>"
0 commit comments