Skip to content
Snippets Groups Projects
Commit 9152dc38 authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

#6 remove unnecessary variable declaration

parent 29da1309
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ func TestService_Evaluate(t *testing.T) {
// prepare test request with empty body
testEmptyReq := func() *goapolicy.EvaluateRequest {
var body interface{} = nil
var body interface{}
return &goapolicy.EvaluateRequest{
Group: "testgroup",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment