diff --git a/routes/infrastructure-component/ic_test.go b/routes/infrastructure-component/ic_test.go index 4204d26..21a064f 100644 --- a/routes/infrastructure-component/ic_test.go +++ b/routes/infrastructure-component/ic_test.go @@ -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,