Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dangogh authored and mitchell852 committed Jun 21, 2018
1 parent d4b1363 commit 01c5a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion traffic_ops/traffic_ops_golang/origin/origins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
"github.com/apache/trafficcontrol/lib/go-log"
"github.com/apache/trafficcontrol/lib/go-tc"
"github.com/apache/trafficcontrol/lib/go-tc/v13"
"github.com/apache/trafficcontrol/lib/go-util"
"github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/api"
"github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/auth"
"github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/test"
Expand All @@ -51,7 +52,7 @@ func getTestOrigins() []v13.Origin {
IP6Address: util.StrPtr("dead:beef:cafe::42"),
IPAddress: util.StrPtr("10.2.3.4"),
IsPrimary: util.BoolPtr(false),
LastUpdated: util.NewTimeNoMod(),
LastUpdated: tc.NewTimeNoMod(),
Name: util.StrPtr("originName"),
Port: util.IntPtr(443),
Profile: util.StrPtr("profile"),
Expand Down

0 comments on commit 01c5a2a

Please sign in to comment.