From 392cb2fbff83c7ebf0209b85d68e287e29de9354 Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Tue, 3 Nov 2020 15:35:42 +0100 Subject: [PATCH] remove obsolete line in IC test --- routes/infrastructure-component/ic_test.go | 1 - 1 file changed, 1 deletion(-) 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,