Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitlab: remove redundant code for project object
In lab.FindProject() the GetProject API is being used in the exact same way the function lab.GetProject() is using. This patch removes this redundant code and use the lab.GetProject() function instead. Signed-off-by: Bruno Meneguele <[email protected]>
- Loading branch information