mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
remove obsolete line in IC test
This commit is contained in:
parent
cc51913163
commit
392cb2fbff
1 changed files with 0 additions and 1 deletions
|
@ -366,7 +366,6 @@ func TestUpdateICAsAdmin(t *testing.T) {
|
||||||
// try to update this IC
|
// try to update this IC
|
||||||
var updatedIC ICRequest
|
var updatedIC ICRequest
|
||||||
updatedIC.Name = "a new name"
|
updatedIC.Name = "a new name"
|
||||||
updatedIC.ManagedExternally = newTrue()
|
|
||||||
|
|
||||||
// Should result in forbidden return code 403
|
// Should result in forbidden return code 403
|
||||||
code, resp, err = helper.TestEndpoint(router, token,
|
code, resp, err = helper.TestEndpoint(router, token,
|
||||||
|
|
Loading…
Add table
Reference in a new issue