Fix TO Golang perlcfg test

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

Branch: refs/heads/master
Commit: 29c1593ae91b96d6df307c5c8424790bc6af60df
Parents: 4a3f7db
Author: Robert Butts <robert.o.bu...@gmail.com>
Authored: Tue Jul 25 10:38:14 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/29c1593a/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 8242d5c..d3cffe4 100644
--- a/traffic_ops/traffic_ops_golang/perlconfig_test.go
+++ b/traffic_ops/traffic_ops_golang/perlconfig_test.go
@@ -146,8 +146,8 @@ func TestGetPerlConfigsFromStrs(t *testing.T) {
                KeyPath:            "/etc/pki/tls/private/localhost.key",
                LogLocationError:   NewLogPath,
                LogLocationWarning: NewLogPath,
-               LogLocationInfo:    OldAccessLogPath,
-               LogLocationEvent:   NewLogPath,
+               LogLocationInfo:    NewLogPath,
+               LogLocationEvent:   OldAccessLogPath,
                LogLocationDebug:   log.LogLocationNull,
        }
        err := error(nil)

Reply via email to