Fix TO Golang test for MaxDBConnections default

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/722915a7
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/722915a7
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/722915a7

Branch: refs/heads/master
Commit: 722915a77b233333a309fe10d7566d59872059b7
Parents: b147f10
Author: Robert Butts <robert.o.bu...@gmail.com>
Authored: Wed Aug 2 08:54:38 2017 -0600
Committer: Dewayne Richardson <dewr...@apache.org>
Committed: Thu Aug 10 09:46:03 2017 -0600

----------------------------------------------------------------------
 traffic_ops/traffic_ops_golang/perlconfig_test.go | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/722915a7/traffic_ops/traffic_ops_golang/perlconfig_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/traffic_ops_golang/perlconfig_test.go 
b/traffic_ops/traffic_ops_golang/perlconfig_test.go
index d3cffe4..8c3f2c2 100644
--- a/traffic_ops/traffic_ops_golang/perlconfig_test.go
+++ b/traffic_ops/traffic_ops_golang/perlconfig_test.go
@@ -144,6 +144,7 @@ func TestGetPerlConfigsFromStrs(t *testing.T) {
                TOURLStr:           "https://127.0.0.1:60443";,
                CertPath:           "/etc/pki/tls/certs/localhost.crt",
                KeyPath:            "/etc/pki/tls/private/localhost.key",
+               MaxDBConnections:   DefaultMaxDBConnections,
                LogLocationError:   NewLogPath,
                LogLocationWarning: NewLogPath,
                LogLocationInfo:    NewLogPath,

Reply via email to