internal/servers/controller/handlers/groups: fix dropped test error (#763)

pull/775/head
Lars Lehtonen 6 years ago committed by GitHub
parent 6d59ac1eda
commit 876ae59c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -546,6 +546,7 @@ func TestUpdate(t *testing.T) {
}
tested, err := groups.NewService(repoFn)
require.NoError(t, err, "Error creating new service")
cases := []struct {
name string
scopeId string

Loading…
Cancel
Save