Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Aug 12, 2019
1 parent b920770 commit be65715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/router/router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func TestRouterSetup(t *testing.T) {

var routeID routing.RouteID
t.Run("add rule", func(t *testing.T) {
routeID, err := setup.RequestRouteID(sProto)
routeID, err = setup.RequestRouteID(sProto)
require.NoError(t, err)

err = setup.AddRule(sProto, routing.ForwardRule(time.Now().Add(time.Hour), 2, trID, routeID))
Expand Down

0 comments on commit be65715

Please sign in to comment.