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

Merge branch '6-modify-tests-according-to-linter-rules' into 'main'

Remove unnecessary variable declaration

See merge request gaia-x/data-infrastructure-federation-services/tsa/policy!4
parents 29da1309 9152dc38
No related branches found
Tags v1.3.0
No related merge requests found
Pipeline #54400 passed with stages
in 1 minute and 49 seconds
......@@ -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