Skip to content

Commit cdd21e0

Browse files
committed
e2e: Infoblox - use 2.9.1 WAPI version
1 parent ace229b commit cdd21e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/infoblox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
infobloxGridMasterHostnameEnvVar = "INFOBLOX_GRID_MASTER_HOSTNAME"
3636
trustedCAConfigMapEnvVar = "TRUSTED_CA_CONFIGMAP_NAME"
3737
defaultWAPIPort = "443"
38-
defaultWAPIVersion = "2.3.1"
38+
defaultWAPIVersion = "2.9.1"
3939
defaultTLSVerify = "false"
4040
defaultHTTPRequestTimeout = 20
4141
defaultHTTPConnPool = 10

0 commit comments

Comments
 (0)