Skip to content

Commit

Permalink
test: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Oct 3, 2023
1 parent 15111d4 commit 812aef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_ip_route_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func testAccIpRouteConfig(ver rosVersionType) string {
distance = 1
dst_address = "10.0.0.0/24"
gateway = "192.168.103.1"
check_gateway = "bfds"
check_gateway = "bfd"
}
`
Expand Down

0 comments on commit 812aef0

Please sign in to comment.