()
| 78 | } |
| 79 | |
| 80 | func uninstallTestPlugin() { |
| 81 | session := helpers.CF("uninstall-plugin", "CF-CLI-Integration-Test-Plugin") |
| 82 | Eventually(session).Should(Exit(0)) |
| 83 | } |
| 84 | |
| 85 | func createTargetedOrgAndSpace() (string, string) { |
| 86 | org := helpers.NewOrgName() |
no test coverage detected