commit | b3a288a6a142b62b2e53f0d129a00e66a9ce99a2 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Oct 02 14:57:29 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Oct 09 09:40:08 2019 -0700 |
tree | fb404cf3854b6151b797b6dfe99beacc3155be11 | |
parent | 856b06d0caa355bf896d4a007d2e8291285748e0 [diff] [blame] |
VOL-2006 update voltha-api-server to use go mod Change-Id: Ic9cce461175dd08cc4f30ddda2172640e8928b00
diff --git a/internal/pkg/afrouter/method-router_test.go b/internal/pkg/afrouter/method-router_test.go index 2e72f1c..2214595 100644 --- a/internal/pkg/afrouter/method-router_test.go +++ b/internal/pkg/afrouter/method-router_test.go
@@ -28,7 +28,7 @@ ) const ( - METHOD_ROUTER_PROTOFILE = "../../../vendor/github.com/opencord/voltha-protos/go/voltha.pb" + METHOD_ROUTER_PROTOFILE = "../../../vendor/github.com/opencord/voltha-protos/voltha.pb" ) // Unit test initialization