Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-dhumal committed Jan 25, 2024
1 parent 3d8c2bb commit a329e65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions functional-tests/appwrapper_reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,4 @@ func TestReconciler(t *testing.T) {
err = client.Machine().MachineV1beta1().MachineSets("default").Delete(test.Ctx(), "test-instascale", metav1.DeleteOptions{})
test.Expect(err).ToNot(HaveOccurred())

// delete test namespace
err = client.Core().CoreV1().Namespaces().Delete(context.TODO(), namespace.Name, metav1.DeleteOptions{})
test.Expect(err).ToNot(HaveOccurred())
}

0 comments on commit a329e65

Please sign in to comment.