Skip to content

Commit

Permalink
test: Fix minimal ROS version for SNMP testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Oct 2, 2023
1 parent 60b2ceb commit d8880cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_snmp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const testSNMPAddress = "routeros_snmp.test"

func TestAccSNMPTest_basic(t *testing.T) {
if !testCheckMinVersion(t, v7_8) {
if !testCheckMinVersion(t, v7_10) {
return
}

Expand Down

0 comments on commit d8880cc

Please sign in to comment.