Skip to content

Commit

Permalink
Fix resouce path in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpedrosa committed Sep 20, 2023
1 parent f7081fc commit 730711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_ip_dhcp_server_option_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func TestAccIpDhcpServerNetworkOption_basic(t *testing.T) {
testSetTransportEnv(t, name)
},
ProviderFactories: testAccProviderFactories,
CheckDestroy: testCheckResourceDestroy("/ip/dhcp-server/network", "routeros_ip_dhcp_server_option"),
CheckDestroy: testCheckResourceDestroy("/ip/dhcp-server/option", "routeros_ip_dhcp_server_option"),
Steps: []resource.TestStep{
{
Config: testAccIpDhcpServerOptionConfig(),
Expand Down

0 comments on commit 730711b

Please sign in to comment.