Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic in intergration resource update
The 'application' field in the integration resource is not an Attribute, but a Block, which is why when this part of the code is hit, we get a panic with the interface conversion saying that this doesn't look like an Attribute.
- Loading branch information