Skip to content

Commit

Permalink
Change test data to work with new test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Dec 21, 2021
1 parent 6099d53 commit 4bba076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/interface_bridge_port_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func CreateInterfaceBridgePortTestObjects() (*InterfaceBridgePort, error) {
c := NewClient(GetCredentialsFromEnvVar())
bridge_port := new(InterfaceBridgePort)
bridge_port.Bridge = "bridge"
bridge_port.Interface = "sfp-sfpplus1"
bridge_port.Interface = "ether2"
bridge_port.Disabled = "false"
bridge_port.Pvid = "10"
res, err := c.CreateInterfaceBridgePort(bridge_port)
Expand Down
2 changes: 1 addition & 1 deletion routeros/resource_interface_bridge_port_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ provider "routeros" {
resource "routeros_interface_bridge_port" "test_port" {
bridge = "bridge"
interface = "sfp-sfpplus1"
interface = "ether2"
pvid = 200
disabled = true
}
Expand Down

0 comments on commit 4bba076

Please sign in to comment.