Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed empty line
Browse files Browse the repository at this point in the history
EC2 Default User committed Dec 19, 2020
1 parent 445d0fb commit ce24f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/internal/handler/route/route_test.go
Original file line number Diff line number Diff line change
@@ -763,7 +763,6 @@ func TestRoute(t *testing.T) {
err = json.Unmarshal([]byte(reqBody), errRoute)
assert.Nil(t, err)
ctx.SetInput(errRoute)

ret, err = handler.Update(ctx)
assert.NotNil(t, err)
assert.EqualError(t, err, "ID on path (2) doesn't match ID on body (1)")

0 comments on commit ce24f1c

Please sign in to comment.