This is an automated email from the ASF dual-hosted git repository.

dewrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new f711ff1  fix unit test
f711ff1 is described below

commit f711ff19fdd55ddb9fec1d83e0700cd4eaedd3b0
Author: Dan Kirkwood <dang...@apache.org>
AuthorDate: Thu Feb 1 12:21:39 2018 -0700

    fix unit test
---
 traffic_ops/traffic_ops_golang/routing_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/traffic_ops_golang/routing_test.go 
b/traffic_ops/traffic_ops_golang/routing_test.go
index 4b1efa6..6467f42 100644
--- a/traffic_ops/traffic_ops_golang/routing_test.go
+++ b/traffic_ops/traffic_ops_golang/routing_test.go
@@ -110,7 +110,7 @@ func TestCreateRouteMap(t *testing.T) {
 }
 
 func getAuthWasCalled(ctx context.Context) string {
-       val := ctx.Value("authWasCalled")
+       val := ctx.Value(AuthWasCalled)
        if val != nil {
                return val.(string)
        }

-- 
To stop receiving notification emails like this one, please contact
dewr...@apache.org.

Reply via email to