remove obsolete line in IC test

This commit is contained in:
Sonja Happ 2020-11-03 15:35:42 +01:00
parent cc51913163
commit 392cb2fbff

View file

@ -366,7 +366,6 @@ func TestUpdateICAsAdmin(t *testing.T) {
// try to update this IC
var updatedIC ICRequest
updatedIC.Name = "a new name"
updatedIC.ManagedExternally = newTrue()
// Should result in forbidden return code 403
code, resp, err = helper.TestEndpoint(router, token,