mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-18 03:56:36 +00:00
Fix: The new addon can not shown in the Addons page (#3835)
Signed-off-by: StevenLeiZhang <zhangleiic@163.com>
This commit is contained in:
@@ -79,6 +79,8 @@ var _ = AfterSuite(func() {
|
||||
for _, app := range apps.Items {
|
||||
g.Expect(k8sClient.Delete(context.Background(), app.DeepCopy())).Should(Succeed())
|
||||
}
|
||||
err := k8sClient.List(context.Background(), apps)
|
||||
g.Expect(err, nil)
|
||||
g.Expect(len(apps.Items)).Should(Equal(0))
|
||||
}, 3*time.Minute).Should(Succeed())
|
||||
Eventually(func(g Gomega) {
|
||||
|
||||
Reference in New Issue
Block a user